mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Prepare v1.1.2
This commit is contained in:
parent
06d2941d6f
commit
906abba71e
3 changed files with 15 additions and 5 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -11,11 +11,19 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
### Fixed
|
||||
|
||||
### Changed
|
||||
|
||||
## [v1.1.2] - 2022-05-09
|
||||
|
||||
### Added
|
||||
|
||||
### Fixed
|
||||
|
||||
- Generation of masks for the source masking scheduling for thumbv6
|
||||
|
||||
### Changed
|
||||
|
||||
## [v1.1.1] - 2022-04-13
|
||||
## [v1.1.1] - 2022-04-13 - YANKED
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -25,7 +33,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
### Changed
|
||||
|
||||
## [v1.1.0] - 2022-04-13
|
||||
## [v1.1.0] - 2022-04-13 - YANKED
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -506,6 +514,8 @@ Yanked due to a soundness issue in `init`; the issue has been mostly fixed in v0
|
|||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.0...HEAD
|
||||
[v1.1.2]: https://github.com/rtic-rs/cortex-m-rtic/compare/v1.0.1...v1.1.2
|
||||
[v1.1.1]: https://github.com/rtic-rs/cortex-m-rtic/compare/v1.1.0...v1.1.1
|
||||
[v1.1.0]: https://github.com/rtic-rs/cortex-m-rtic/compare/v1.0.0...v1.1.0
|
||||
[v1.0.0]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.6.0-rc.4...v1.0.0
|
||||
[v0.6.0-rc.4]: https://github.com/rtic-rs/cortex-m-rtic/compare/v0.6.0-rc.3...v0.6.0-rc.4
|
||||
|
|
|
@ -14,14 +14,14 @@ name = "cortex-m-rtic"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/rtic-rs/cortex-m-rtic"
|
||||
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
|
||||
[lib]
|
||||
name = "rtic"
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.0"
|
||||
cortex-m-rtic-macros = { path = "macros", version = "1.1.0" }
|
||||
cortex-m-rtic-macros = { path = "macros", version = "1.1.1" }
|
||||
rtic-monotonic = "1.0.0"
|
||||
rtic-core = "1.0.0"
|
||||
heapless = "0.7.7"
|
||||
|
|
|
@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
|
|||
name = "cortex-m-rtic-macros"
|
||||
readme = "../README.md"
|
||||
repository = "https://github.com/rtic-rs/cortex-m-rtic"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue