mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-15 01:55:50 +00:00
(cargo-release) version 0.1.2
This commit is contained in:
parent
69769ec9dc
commit
7a470f6f7d
4 changed files with 7 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [0.1.2] - 2022-04-19
|
||||||
|
|
||||||
- Enable more features in build
|
- Enable more features in build
|
||||||
- Fix automatic releases
|
- Fix automatic releases
|
||||||
|
|
||||||
|
@ -10,5 +12,6 @@
|
||||||
- Initial release!
|
- Initial release!
|
||||||
|
|
||||||
<!-- next-url -->
|
<!-- next-url -->
|
||||||
[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
|
[0.1.0]: https://github.com/jhbruhn/moonboot/compare/v0.1.0...v1.1.0
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -223,7 +223,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "moonboot"
|
name = "moonboot"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cortex-m",
|
"cortex-m",
|
||||||
"crc",
|
"crc",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "moonboot"
|
name = "moonboot"
|
||||||
description = "OTA Bootloader Construction Framework for Rust no_std environments"
|
description = "OTA Bootloader Construction Framework for Rust no_std environments"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
||||||
|
|
|
@ -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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
moonboot = { path = "../", version = "0.1.1" }
|
moonboot = { path = "../", version = "0.1.2" }
|
||||||
|
|
||||||
[package.metadata.release]
|
[package.metadata.release]
|
||||||
shared-version = true
|
shared-version = true
|
||||||
|
|
Loading…
Reference in a new issue