Skip to content

Commit 19e7756

Browse files
authored
rust(chore): Bump rust versions to 0.8.1 and bindings to 0.2.1 (#499)
1 parent 86d0b63 commit 19e7756

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313

1414
[workspace.package]
1515
authors = ["Sift Software Engineers <engineering@siftstack.com>"]
16-
version = "0.8.0"
16+
version = "0.8.1"
1717
edition = "2024"
1818
categories = ["aerospace", "science::robotics"]
1919
homepage = "https://github.com/sift-stack/sift"
@@ -69,13 +69,13 @@ tracing-test = { version = "0.2", features = ["no-env-filter"] }
6969
uuid = { version = "1.22", features = ["v4"] }
7070
zip = "8.2"
7171

72-
sift_connect = { version = "0.8.0", path = "rust/crates/sift_connect" }
73-
sift_rs = { version = "0.8.0", path = "rust/crates/sift_rs" }
74-
sift_error = { version = "0.8.0", path = "rust/crates/sift_error" }
75-
sift_stream = { version = "0.8.0", path = "rust/crates/sift_stream" }
76-
sift_pbfs = { version = "0.8.0", path = "rust/crates/sift_pbfs" }
72+
sift_connect = { version = "0.8.1", path = "rust/crates/sift_connect" }
73+
sift_rs = { version = "0.8.1", path = "rust/crates/sift_rs" }
74+
sift_error = { version = "0.8.1", path = "rust/crates/sift_error" }
75+
sift_stream = { version = "0.8.1", path = "rust/crates/sift_stream" }
76+
sift_pbfs = { version = "0.8.1", path = "rust/crates/sift_pbfs" }
7777

78-
sift_stream_bindings = { version = "0.2.0", path = "rust/crates/sift_stream_bindings" }
78+
sift_stream_bindings = { version = "0.2.1", path = "rust/crates/sift_stream_bindings" }
7979

8080
# The profile that 'dist' will build with
8181
[profile.dist]

rust/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [v0.8.1] - March 20, 2026
7+
### What's New
8+
Fixes a regression in `sift_connect` prevending a TLS provider to be selected when creating a `SiftChannel`.
9+
10+
### Full Changelog
11+
- [Fix sift-connect tonic build feature regression](https://github.com/sift-stack/sift/commit/86d0b630fe2bf93397b942128f1596769800aaaa)
12+
613
## [v0.8.0] - March 17, 2026
714
### What's New
815
Updates all crate dependencies to their latest versions, as well as proto build tooling.

rust/crates/sift_stream_bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sift-stream-bindings"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
homepage = { workspace = true }

0 commit comments

Comments
 (0)