Skip to content

Commit aa5eed4

Browse files
committed
chore: add CHANGELOG.md
1 parent 702a6ff commit aa5eed4

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

crates/llama_cpp/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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.1.0 (2023-10-25)
9+
10+
### Chore
11+
12+
- <csr-id-702a6ff49d83b10a0573a5ca1fb419efaa43746e/> remove `include` from llama_cpp
13+
- <csr-id-116fe8c82fe2c43bf9041f6dbfe2ed15d00e18e9/> Release
14+
- <csr-id-96548c840d3101091c879648074fa0ed1cee3011/> latest fixes from upstream
15+
16+
### Bug Fixes
17+
18+
- <csr-id-2cb06aea62b892a032f515b78d720acb915f4a22/> use SPDX license identifiers
19+
20+
### Other
21+
22+
- <csr-id-a5fb19499ecbb1060ca8211111f186efc6e9b114/> configure for `cargo-release`
23+
24+
### Commit Statistics
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
- 7 commits contributed to the release over the course of 5 calendar days.
29+
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
30+
- 1 unique issue was worked on: [#3](https://github.com/binedge/llama_cpp-rs/issues/3)
31+
32+
### Commit Details
33+
34+
<csr-read-only-do-not-edit/>
35+
36+
<details><summary>view details</summary>
37+
38+
* **[#3](https://github.com/binedge/llama_cpp-rs/issues/3)**
39+
- Release ([`116fe8c`](https://github.com/binedge/llama_cpp-rs/commit/116fe8c82fe2c43bf9041f6dbfe2ed15d00e18e9))
40+
* **Uncategorized**
41+
- Remove `include` from llama_cpp ([`702a6ff`](https://github.com/binedge/llama_cpp-rs/commit/702a6ff49d83b10a0573a5ca1fb419efaa43746e))
42+
- Use SPDX license identifiers ([`2cb06ae`](https://github.com/binedge/llama_cpp-rs/commit/2cb06aea62b892a032f515b78d720acb915f4a22))
43+
- Release llama_cpp_sys v0.2.0 ([`d1868ac`](https://github.com/binedge/llama_cpp-rs/commit/d1868acd16a284b60630b4519af710f54fea3dca))
44+
- Latest fixes from upstream ([`96548c8`](https://github.com/binedge/llama_cpp-rs/commit/96548c840d3101091c879648074fa0ed1cee3011))
45+
- Configure for `cargo-release` ([`a5fb194`](https://github.com/binedge/llama_cpp-rs/commit/a5fb19499ecbb1060ca8211111f186efc6e9b114))
46+
- Initial commit ([`6f672ff`](https://github.com/binedge/llama_cpp-rs/commit/6f672ffddc49ce23cd3eb4996128fe8614c560b4))
47+
</details>
48+

0 commit comments

Comments
 (0)