Skip to content

Commit

Permalink
Merge pull request #10 from binedge/nits
Browse files Browse the repository at this point in the history
Release llama_cpp_sys v0.2.2
  • Loading branch information
scriptis authored Nov 8, 2023
2 parents 47c7a1a + 7208bc2 commit 67423f9
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 39 additions & 2 deletions crates/llama_cpp_sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,58 @@ 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.2 (2023-11-08)

### Bug Fixes

- <csr-id-674f395961c27f1f1d53d487721e24f04fc81d71/> do not rerun build on changed header files
this restores functionality lost in the latest upgrade to `bindgen`, which enabled this functionality

### Commit Statistics

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

- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

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

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

* **Uncategorized**
- Do not rerun build on changed header files ([`674f395`](https://github.com/binedge/llama_cpp-rs/commit/674f395961c27f1f1d53d487721e24f04fc81d71))
- Release llama_cpp_sys v0.2.1, llama_cpp v0.1.1 ([`a9e5813`](https://github.com/binedge/llama_cpp-rs/commit/a9e58133cb1c1d4d45f99a7746e0af7da1a099e1))
</details>

## v0.2.1 (2023-11-08)

<csr-id-ccb794d346de87e48199f9f0f3564f3c7a2cd607/>

### Chore

- <csr-id-ccb794d346de87e48199f9f0f3564f3c7a2cd607/> Update to `bindgen` 0.69.1

### Chore

- <csr-id-6d3183d1e6c2df98b8b3a2db405d6af163ca582a/> Update to `bindgen` 0.69.1

### Bug Fixes

- <csr-id-4eb0bc9800877e460fe0d1d25398f35976b4d730/> `start_completing` should not be invoked on a per-iteration basis
There's still some UB that can be triggered due to llama.cpp's threading model, which needs patching up.
- <csr-id-27706de1a471b317e4b7b4fdd4c5bbabfbd95ed6/> `start_completing` should not be invoked on a per-iteration basis
There's still some UB that can be triggered due to llama.cpp's threading model, which needs patching up.

### Commit Statistics

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

- 2 commits contributed to the release.
- 5 commits contributed to the release.
- 13 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details
Expand All @@ -32,6 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release llama_cpp_sys v0.2.1, llama_cpp v0.1.1 ([`ef4e3f7`](https://github.com/binedge/llama_cpp-rs/commit/ef4e3f7a3c868a892f26acfae2a5211de4900d1c))
- Update to `bindgen` 0.69.1 ([`6d3183d`](https://github.com/binedge/llama_cpp-rs/commit/6d3183d1e6c2df98b8b3a2db405d6af163ca582a))
- `start_completing` should not be invoked on a per-iteration basis ([`27706de`](https://github.com/binedge/llama_cpp-rs/commit/27706de1a471b317e4b7b4fdd4c5bbabfbd95ed6))
- Update to `bindgen` 0.69.1 ([`ccb794d`](https://github.com/binedge/llama_cpp-rs/commit/ccb794d346de87e48199f9f0f3564f3c7a2cd607))
- `start_completing` should not be invoked on a per-iteration basis ([`4eb0bc9`](https://github.com/binedge/llama_cpp-rs/commit/4eb0bc9800877e460fe0d1d25398f35976b4d730))
</details>
Expand Down
2 changes: 1 addition & 1 deletion crates/llama_cpp_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llama_cpp_sys"
version = "0.2.1"
version = "0.2.2"
description = "Automatically-generated bindings to llama.cpp's C API"
edition = "2021"
authors = ["Dakota Thompson <[email protected]>"]
Expand Down

0 comments on commit 67423f9

Please sign in to comment.