8000 Add CHANGELOG.md · edgenai/llama_cpp-rs@0e836f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e836f5

Browse files
committed
Add CHANGELOG.md
1 parent d1868ac commit 0e836f5

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

crates/llama_cpp_sys/CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## v0.2.0 (2023-10-25)
9+
10+
### Chore
11+
12+
- <csr-id-116fe8c82fe2c43bf9041f6dbfe2ed15d00e18e9/> Release
13+
- <csr-id-96548c840d3101091c879648074fa0ed1cee3011/> latest fixes from upstream
14+
15+
### Bug Fixes
16+
17+
- <csr-id-b9cde4a7a09837f7b01b124acb8325391e3b1b65/> set clang to use c++ stl
18+
19+
### Other
20+
21+
- <csr-id-2d14d8df7e3850525d0594d387f65b7a4fc26646/> use `link-cplusplus`, enable build+test on all branches
22+
* ci: disable static linking of llama.o
23+
24+
* ci: build+test on all branches/prs
25+
26+
* ci: use `link-cplusplus`
27+
- <csr-id-a5fb19499ecbb1060ca8211111f186efc6e9b114/> configure for `cargo-release`
28+
29+
### Commit Statistics
30+
31+
<csr-read-only-do-not-edit/>
32+
33+
- 7 commits contributed to the release over the course of 5 calendar days.
34+
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
35+
- 3 unique issues were worked on: [#1](https://github.com/binedge/llama_cpp-rs/issues/1), [#2](https://github.com/binedge/llama_cpp-rs/issues/2), [#3](https://github.com/binedge/llama_cpp-rs/issues/3)
36+
37+
### Commit Details
38+
39+
<csr-read-only-do-not-edit/>
40+
41+
<details><summary>view details</summary>
42+
43+
* **[#1](https://github.com/binedge/llama_cpp-rs/issues/1)**
44+
- Use `link-cplusplus`, enable build+test on all branches ([`2d14d8d`](https://github.com/binedge/llama_cpp-rs/commit/2d14d8df7e3850525d0594d387f65b7a4fc26646))
45+
* **[#2](https://github.com/binedge/llama_cpp-rs/issues/2)**
46+
- Prepare for publishing to crates.io ([`f35e282`](https://github.com/binedge/llama_cpp-rs/commit/f35e28252ec7817a8999b83bdac33dffebf4b663))
47+
* **[#3](https://github.com/binedge/llama_cpp-rs/issues/3)**
48+
- Release ([`116fe8c`](https://github.com/binedge/llama_cpp-rs/commit/116fe8c82fe2c43bf9041f6dbfe2ed15d00e18e9))
49+
* **Uncategorized**
50+
- Set clang to use c++ stl ([`b9cde4a`](https://github.com/binedge/llama_cpp-rs/commit/b9cde4a7a09837f7b01b124acb8325391e3b1b65))
51+
- Latest fixes from upstream ([`96548c8`](https://github.com/binedge/llama_cpp-rs/commit/96548c840d3101091c879648074fa0ed1cee3011))
52+
- Configure for `cargo-release` ([`a5fb194`](https://github.com/binedge/llama_cpp-rs/commit/a5fb19499ecbb1060ca8211111f186efc6e9b114))
53+
- Initial commit ([`6f672ff`](https://github.com/binedge/llama_cpp-rs/commit/6f672ffddc49ce23cd3eb4996128fe8614c560b4))
54+
</details>
55+

0 commit comments

Comments
 (0)
0