From 7a470f6f7d92072e74b6eaafecef1dcd6171ff42 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Tue, 19 Apr 2022 12:44:43 +0200 Subject: [PATCH] (cargo-release) version 0.1.2 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- codegen/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd28ad..e338286 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] - ReleaseDate +## [0.1.2] - 2022-04-19 + - Enable more features in build - Fix automatic releases @@ -10,5 +12,6 @@ - Initial release! -[Unreleased]: https://github.com/jhbruhn/moonboot/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/jhbruhn/moonboot/compare/v0.1.0...v0.1.2 [0.1.0]: https://github.com/jhbruhn/moonboot/compare/v0.1.0...v1.1.0 diff --git a/Cargo.lock b/Cargo.lock index 5454411..73a4707 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,7 +223,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "moonboot" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cortex-m", "crc", diff --git a/Cargo.toml b/Cargo.toml index 5d3221b..9440ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "moonboot" description = "OTA Bootloader Construction Framework for Rust no_std environments" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Jan-Henrik Bruhn "] diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index ec6aeed..d55700c 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -12,7 +12,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 = { path = "../", version = "0.1.1" } +moonboot = { path = "../", version = "0.1.2" } [package.metadata.release] shared-version = true