Skip to content

Commit 7208bc2

Browse files
committed
Release llama_cpp_sys v0.2.2
1 parent 674f395 commit 7208bc2

File tree

3 files changed

+41
-4
lines changed

3 files changed

+41
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/llama_cpp_sys/CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,58 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.2.2 (2023-11-08)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-674f395961c27f1f1d53d487721e24f04fc81d71/> do not rerun build on changed header files
13+
this restores functionality lost in the latest upgrade to `bindgen`, which enabled this functionality
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 2 commits contributed to the release.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Do not rerun build on changed header files ([`674f395`](https://github.com/binedge/llama_cpp-rs/commit/674f395961c27f1f1d53d487721e24f04fc81d71))
31+
- Release llama_cpp_sys v0.2.1, llama_cpp v0.1.1 ([`a9e5813`](https://github.com/binedge/llama_cpp-rs/commit/a9e58133cb1c1d4d45f99a7746e0af7da1a099e1))
32+
</details>
33+
834
## v0.2.1 (2023-11-08)
935

36+
<csr-id-ccb794d346de87e48199f9f0f3564f3c7a2cd607/>
37+
1038
### Chore
1139

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

42+
### Chore
43+
44+
- <csr-id-6d3183d1e6c2df98b8b3a2db405d6af163ca582a/> Update to `bindgen` 0.69.1
45+
1446
### Bug Fixes
1547

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

1953
### Commit Statistics
2054

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

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

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

3468
* **Uncategorized**
69+
- Release llama_cpp_sys v0.2.1, llama_cpp v0.1.1 ([`ef4e3f7`](https://github.com/binedge/llama_cpp-rs/commit/ef4e3f7a3c868a892f26acfae2a5211de4900d1c))
70+
- Update to `bindgen` 0.69.1 ([`6d3183d`](https://github.com/binedge/llama_cpp-rs/commit/6d3183d1e6c2df98b8b3a2db405d6af163ca582a))
71+
- `start_completing` should not be invoked on a per-iteration basis ([`27706de`](https://github.com/binedge/llama_cpp-rs/commit/27706de1a471b317e4b7b4fdd4c5bbabfbd95ed6))
3572
- Update to `bindgen` 0.69.1 ([`ccb794d`](https://github.com/binedge/llama_cpp-rs/commit/ccb794d346de87e48199f9f0f3564f3c7a2cd607))
3673
- `start_completing` should not be invoked on a per-iteration basis ([`4eb0bc9`](https://github.com/binedge/llama_cpp-rs/commit/4eb0bc9800877e460fe0d1d25398f35976b4d730))
3774
</details>

crates/llama_cpp_sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "llama_cpp_sys"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Automatically-generated bindings to llama.cpp's C API"
55
edition = "2021"
66
authors = ["Dakota Thompson <me@scriptis.net>"]

0 commit comments

Comments
 (0)