From ddd2c23de43ad411a1894dcb43c1326e8535a35b Mon Sep 17 00:00:00 2001 From: Johann Hemmann Date: Fri, 21 May 2021 14:37:13 +0200 Subject: [PATCH 1/2] `cargo update` --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09d0f5f..f0778f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,9 +64,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" +checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" dependencies = [ "cfg-if", "libc", From e1109717dd19a982586adf9cf10fc167e41ec344 Mon Sep 17 00:00:00 2001 From: Johann Hemmann Date: Fri, 21 May 2021 14:37:45 +0200 Subject: [PATCH 2/2] `flip-link v0.1.4` --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e9a20..b723b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.4] - 2021-05-21 + +- [#38] Handle no units in linker script parser + +[#38]: https://github.com/knurling-rs/flip-link/pull/38 + ## [v0.1.3] - 2021-04-26 ### Improvements @@ -50,7 +56,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial release -[Unreleased]: https://github.com/knurling-rs/flip-link/compare/v0.1.3...main +[Unreleased]: https://github.com/knurling-rs/flip-link/compare/v0.1.4...main +[v0.1.4]: https://github.com/knurling-rs/flip-link/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/knurling-rs/flip-link/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/knurling-rs/flip-link/compare/v0.1.1...v0.1.2 [v0.1.1]: https://github.com/knurling-rs/flip-link/compare/v0.1.0...v0.1.1 diff --git a/Cargo.lock b/Cargo.lock index f0778f8..823695b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "flip-link" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 4a77418..fe6fe6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "stack-protection"] license = "MIT OR Apache-2.0" name = "flip-link" repository = "https://github.com/knurling-rs/flip-link" -version = "0.1.3" +version = "0.1.4" readme = "README.md" [dependencies]