Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptis committed Oct 25, 2023
1 parent d1868ac commit 0e836f5
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions crates/llama_cpp_sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.2.0 (2023-10-25)

### Chore

- <csr-id-116fe8c82fe2c43bf9041f6dbfe2ed15d00e18e9/> Release
- <csr-id-96548c840d3101091c879648074fa0ed1cee3011/> latest fixes from upstream

### Bug Fixes

- <csr-id-b9cde4a7a09837f7b01b124acb8325391e3b1b65/> set clang to use c++ stl

### Other

- <csr-id-2d14d8df7e3850525d0594d387f65b7a4fc26646/> use `link-cplusplus`, enable build+test on all branches
* ci: disable static linking of llama.o

* ci: build+test on all branches/prs

* ci: use `link-cplusplus`
- <csr-id-a5fb19499ecbb1060ca8211111f186efc6e9b114/> configure for `cargo-release`

### Commit Statistics

<csr-read-only-do-not-edit/>

- 7 commits contributed to the release over the course of 5 calendar days.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 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)

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **[#1](https://github.com/binedge/llama_cpp-rs/issues/1)**
- Use `link-cplusplus`, enable build+test on all branches ([`2d14d8d`](https://github.com/binedge/llama_cpp-rs/commit/2d14d8df7e3850525d0594d387f65b7a4fc26646))
* **[#2](https://github.com/binedge/llama_cpp-rs/issues/2)**
- Prepare for publishing to crates.io ([`f35e282`](https://github.com/binedge/llama_cpp-rs/commit/f35e28252ec7817a8999b83bdac33dffebf4b663))
* **[#3](https://github.com/binedge/llama_cpp-rs/issues/3)**
- Release ([`116fe8c`](https://github.com/binedge/llama_cpp-rs/commit/116fe8c82fe2c43bf9041f6dbfe2ed15d00e18e9))
* **Uncategorized**
- Set clang to use c++ stl ([`b9cde4a`](https://github.com/binedge/llama_cpp-rs/commit/b9cde4a7a09837f7b01b124acb8325391e3b1b65))
- Latest fixes from upstream ([`96548c8`](https://github.com/binedge/llama_cpp-rs/commit/96548c840d3101091c879648074fa0ed1cee3011))
- Configure for `cargo-release` ([`a5fb194`](https://github.com/binedge/llama_cpp-rs/commit/a5fb19499ecbb1060ca8211111f186efc6e9b114))
- Initial commit ([`6f672ff`](https://github.com/binedge/llama_cpp-rs/commit/6f672ffddc49ce23cd3eb4996128fe8614c560b4))
</details>

0 comments on commit 0e836f5

Please sign in to comment.