Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


## [0.99.7](https://github.com/propeller-heads/fynd/compare/0.99.6...0.99.7) (2026-08-17)

### Features
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.99.7"
version = "0.99.8"

[package]
name = "fynd"
Expand Down Expand Up @@ -170,10 +170,10 @@ hex = "0.4"
sha2 = "0.10"

# Internal crates
fynd-core = { path = "fynd-core", version = "0.99.7" }
fynd-rpc = { path = "fynd-rpc", version = "0.99.7" }
fynd-rpc-types = { path = "fynd-rpc-types", version = "0.99.7" }
fynd-client = { path = "clients/rust", version = "0.99.7" }
fynd-core = { path = "fynd-core", version = "0.99.8" }
fynd-rpc = { path = "fynd-rpc", version = "0.99.8" }
fynd-rpc-types = { path = "fynd-rpc-types", version = "0.99.8" }
fynd-client = { path = "clients/rust", version = "0.99.8" }
# Path-only: unpublished internal crates (release = false in release-plz.toml), so they must not
# carry a version requirement -- release-plz bumps the workspace version and rewrites the
# requirements for the crates it releases, but leaves these untouched. A stale requirement stops
Expand Down
Loading