Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Jul 20, 2023
1 parent 54ed4e3 commit 4a2e9bf
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,46 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.0] - 2023-07-20

- [#6]: Update dependencies and release `v0.2.0`
- [#4]: Derive Copy+Clone for Interrupt

[#6]: https://github.com/japaric/lm3s6965/pull/6
[#4]: https://github.com/japaric/lm3s6965/pull/4

## [v0.1.3] - 2018-10-30

### Fixed

- `thumbv6m-none-eabi` support. When compiled for that target this crate will
- [#3]: `thumbv6m-none-eabi` support. When compiled for that target this crate will
only expose 32 interrupts, which is the maximum number of interrupts that
`cortex-m-rt` allows for the ARMv6-M architecture.

[#3]: https://github.com/japaric/lm3s6965/pull/3

## [v0.1.2] - 2018-10-30

### Changed

- Inlined a few functions
- [2a92b7a]: Inlined a few functions

[2a92b7a]: https://github.com/japaric/lm3s6965/commit/2a92b7a0e75efacc048d658839ed927dd35fa415

## [v0.1.1] - 2018-10-24

### Added

- Ship a memory.x file describing the memory layout of the LM3S6965.
- [#2]: Ship a memory.x file describing the memory layout of the LM3S6965.

[#2]: https://github.com/japaric/lm3s6965/pull/2

## v0.1.0 - 2018-10-24

Initial release

[Unreleased]: https://github.com/japaric/lm3s6965/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/japaric/lm3s6965/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/japaric/lm3s6965/compare/v0.1.3...v0.2.0
[v0.1.3]: https://github.com/japaric/lm3s6965/compare/v0.1.2...v0.1.3
[v0.1.2]: https://github.com/japaric/lm3s6965/compare/v0.1.1...v0.1.2
[v0.1.1]: https://github.com/japaric/lm3s6965/compare/v0.1.0...v0.1.1

0 comments on commit 4a2e9bf

Please sign in to comment.