Skip to content

Commit

Permalink
chore: update version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent 87d0c7a commit 8973ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native_model"
version = "0.5.0"
version = "0.6.0"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
edition = "2021"
description = "A thin wrapper around serialized data which add information of identity and version."
Expand All @@ -19,7 +19,7 @@ members = ["native_model_macro"]
zerocopy = { version = "0.8.0", features = [ "derive"] }
thiserror = "2.0.0"
anyhow = "1.0.82"
native_model_macro = { version = "0.5.0", path = "native_model_macro" }
native_model_macro = { version = "0.6.0", path = "native_model_macro" }

serde = { version = "1.0.200", features = ["derive"], optional = true }
bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion native_model_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native_model_macro"
version = "0.5.0"
version = "0.6.0"
authors = ["Vincent Herlemont <vincent@herlemont.fr>"]
edition = "2018"
description = "A procedural macro for native_model"
Expand Down

0 comments on commit 8973ac3

Please sign in to comment.