Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #2

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
6 changes: 3 additions & 3 deletions Cargo.lock

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

11 changes: 11 additions & 0 deletions foundationdb-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [0.3.2] - 2024-12-17

### <!-- 3 -->πŸ†™ Bump

- Bump proc-macro2 from 1.0.87 to 1.0.89
- Bump syn from 2.0.82 to 2.0.85
- Bump syn from 2.0.79 to 2.0.82
- Bump proc-macro2 from 1.0.86 to 1.0.87

[0.3.2]: https://github.com/foundationdb-rs}/foundationdb-rs/compare/0.3.1..0.3.2

## [0.3.1] - 2024-10-08

### <!-- 3 -->πŸ†™ Bump
Expand Down
2 changes: 1 addition & 1 deletion foundationdb-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundationdb-macros"
version = "0.3.1"
version = "0.3.2"
authors = [
"Pierre Zemb <[email protected]>"
]
Expand Down
13 changes: 13 additions & 0 deletions foundationdb-simulation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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).

## [0.2.2] - 2024-12-17

### <!-- 0 -->πŸš€ added

- Add unit for now()

### <!-- 3 -->πŸ†™ Bump

- Bump cc from 1.1.30 to 1.2.1
- Bump cc from 1.1.24 to 1.1.30

[0.2.2]: https://github.com/foundationdb-rs}/foundationdb-rs/compare/0.2.1..0.2.2

## [0.2.1] - 2024-10-08

### <!-- 1 -->πŸ› Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions foundationdb-simulation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundationdb-simulation"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = """
Embed Rust code within FoundationDB's simulation
Expand All @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["foundationdb", "simulation"]

[dependencies]
foundationdb = { version = "0.9.1", path = "../foundationdb", default-features = false }
foundationdb = { version = "0.9.2", path = "../foundationdb", default-features = false }
foundationdb-sys = { version = "0.9.1", path = "../foundationdb-sys", default-features = false }

[build-dependencies]
Expand All @@ -35,4 +35,4 @@ crate-type = ["cdylib"]
required-features = ["fdb-7_3", "fdb-docker"]

[dev-dependencies]
foundationdb-macros = { version = "0.3.1", path = "../foundationdb-macros", default-features = false }
foundationdb-macros = { version = "0.3.2", path = "../foundationdb-macros", default-features = false }
24 changes: 24 additions & 0 deletions foundationdb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ 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).

## [0.9.2] - 2024-12-17

### <!-- 0 -->πŸš€ added

- Add multi_version compatibility

### <!-- 1 -->πŸ› Bug Fixes

- Test get_metadata_version on 7.3

### <!-- 3 -->πŸ†™ Bump

- Bump tokio from 1.40.0 to 1.41.0
- Bump uuid from 1.10.0 to 1.11.0
- Bump futures from 0.3.30 to 0.3.31

### <!-- 4 -->βš™οΈ Other changes

- Merge pull request [#173](https://github.com/spiraldb/foundationdb-rs/pull/173) from foundationdb-rs/dependabot/cargo/serde_json-1.0.132
- Apply review changes
- Improve libfdb transaction error

[0.9.2]: https://github.com/foundationdb-rs}/foundationdb-rs/compare/0.9.1..0.9.2

## [0.9.1] - 2024-10-08

### <!-- 0 -->πŸš€ added
Expand Down
4 changes: 2 additions & 2 deletions foundationdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foundationdb"
version = "0.9.1"
version = "0.9.2"
authors = [
"Benjamin Fry <[email protected]>",
"Vincent RouillΓ© <[email protected]>",
Expand Down Expand Up @@ -50,7 +50,7 @@ foundationdb-gen = { version = "0.9.1", path = "../foundationdb-gen", default-fe

[dependencies]
foundationdb-sys = { version = "0.9.1", path = "../foundationdb-sys", default-features = false }
foundationdb-macros = { version = "0.3.1", path = "../foundationdb-macros" }
foundationdb-macros = { version = "0.3.2", path = "../foundationdb-macros" }
futures = "0.3.31"
memchr = "2.7.4"
rand = { version = "0.8.5", features = ["default", "small_rng"] }
Expand Down