Skip to content

Commit aeb1eaa

Browse files
authored
Merge pull request #37 from YuhanLiin/bump-0.5.1
Bump to 0.5.1
2 parents a35ed09 + b1ab3c8 commit aeb1eaa

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.5.1
4+
5+
### Fixed
6+
7+
- Don't remove message module name suffixes when `suffixed_package_names` is turned off
8+
39
## 0.5.0
410

511
### Removed

micropb-gen/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "micropb-gen"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2024"
55
authors = ["Yuhan Lin <yuhanliin@protonmail.com>"]
66
description = "Generate Rust module from Protobuf files"
@@ -17,15 +17,15 @@ proc-macro2 = "1"
1717
syn = { version = "2", default-features = false, features = ["parsing", "derive", "printing"] }
1818
convert_case = "0.6"
1919
prettyplease = { version = "0.2.17", optional = true }
20-
micropb = { version = "0.5.0", path = "../micropb", features = ["std"] }
20+
micropb = { version = "0.5.1", path = "../micropb", features = ["std"] }
2121
serde = { version = "1.0", optional = true, features = ["derive"] }
2222
toml = { version = "0.9.7", optional = true, default-features = false, features = ["std", "serde", "parse"] }
2323
regex = { version = "1" }
2424

2525
[dev-dependencies]
2626
syn = { version = "2", default-features = false, features = ["extra-traits"] }
2727
# Used for doc examples
28-
micropb = { version = "0.5.0", path = "../micropb", features = ["std", "container-heapless"] }
28+
micropb = { version = "0.5.1", path = "../micropb", features = ["std", "container-heapless"] }
2929

3030
[features]
3131
default = ["format", "config-file"]

micropb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "micropb"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
authors = ["Yuhan Lin <yuhanliin@protonmail.com>"]
66
description = "Rust Protobuf library targetting embedded systems and no_std environments"

0 commit comments

Comments
 (0)