Skip to content

Commit

Permalink
chore: release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teamplayer3 authored Jan 14, 2025
1 parent 6c21639 commit 7bae362
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude = ["examples"]
resolver = "2"

[workspace.package]
version = "0.5.1"
version = "0.5.2"
authors = ["Alexander Hübener <[email protected]>"]
edition = "2021"
repository = "https://github.com/teamplayer3/postcard-bindgen"
Expand Down
7 changes: 7 additions & 0 deletions postcard-bindgen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.5.2] - 2025-01-14

### 💼 Other

- Add Rust's 128-byte integer type (#61)

<!-- generated by git-cliff -->
## [0.5.1] - 2024-12-19

### 💼 Other
Expand Down
1 change: 1 addition & 0 deletions postcard-bindgen-derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
## [0.5.1] - 2024-12-19

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion postcard-bindgen-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ regex = "1.10.3"
regex-macro = "0.2.0"

[dependencies.postcard-bindgen-core]
version = "0.5.1"
version = "0.5.2"
path = "../postcard-bindgen-core"
default-features = false
1 change: 1 addition & 0 deletions postcard-bindgen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

All notable changes to this project will be documented in this file.

<!-- generated by git-cliff -->
## [0.5.1] - 2024-12-19

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions postcard-bindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ alloc = ["postcard-bindgen-core/alloc"]
heapless = ["postcard-bindgen-core/heapless"]

[dependencies.postcard-bindgen-core]
version = "0.5.1"
version = "0.5.2"
path = "../postcard-bindgen-core"

[dependencies.postcard-bindgen-derive]
version = "0.5.1"
version = "0.5.2"
path = "../postcard-bindgen-derive"

[dev-dependencies]
Expand Down

0 comments on commit 7bae362

Please sign in to comment.