aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan McIntyre <ianpmcintyre@gmail.com>2024-04-05 06:44:14 -0400
committerIan McIntyre <ianpmcintyre@gmail.com>2024-04-05 06:44:14 -0400
commitdf20b0576dc7e904bed4184193938e497809bb0d (patch)
tree51955bd5298b5ee3108bf6065c8464cb76e81c9f
parentfeca35c7c12b3ad2fb8cd5c4e48003da2b283b8b (diff)
Prepare 0.1.4 release
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17b4417..cf9949a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## [Unreleased]
+## [0.1.4] 2024-04-05
+
Add configurations to `RuntimeBuilder`:
- `stack_size_env_override`
@@ -36,6 +38,7 @@ First release. `imxrt-rt` provides a build-time API that defines a memory map,
as well as a runtime library that configures i.MX RT 10xx and 11xx processors.
[Unreleased]: https://github.com/imxrt-rs/imxrt-rt/compare/v0.1.1...HEAD
+[0.1.4]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/imxrt-rs/imxrt-rt/releases/compare/v0.1.0...v0.1.1
diff --git a/Cargo.toml b/Cargo.toml
index 5ae268d..84d8482 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imxrt-rt"
-version = "0.1.3"
+version = "0.1.4"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/imxrt-rs/imxrt-rt"