diff --git a/CHANGELOG.md b/CHANGELOG.md index 307dafd..d30ce93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,5 @@ - Initial release! +[Unreleased]: https://github.com/jhbruhn/moonboot/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/jhbruhn/moonboot/compare/v0.1.0...v1.1.0 diff --git a/Cargo.toml b/Cargo.toml index d9612af..a9bbc7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["embedded", "no_std", "bootloader", "framework", "fota"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -moonboot-macros = { path = "./macros", version = "0.1.0" } +moonboot-macros = { path = "./macros", version = "0.1.1" } heapless = {version = "0.7", features = ["serde"] } serde = { version = "1.0", features = ["derive"], default-features = false, optional = true } cortex-m = { version = "0.7", optional = true } diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 7181919..0090949 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -15,5 +15,4 @@ keywords = ["embedded", "no_std", "bootloader", "framework", "fota"] moonboot = { path = "../", version = "0.1.1" } [package.metadata.release] -tag = false shared-version = true diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 811083e..1779834 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -17,5 +17,4 @@ quote = "1.0" syn = { version = "1.0", features = ["full"] } [package.metadata.release] -tag = false shared-version = true