Skip to content

Commit

Permalink
Merge pull request #7 from pftbest/v14
Browse files Browse the repository at this point in the history
version 1.4
  • Loading branch information
pftbest authored Nov 1, 2019
2 parents a39c6c3 + 7efe57d commit e662999
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.1.4] - 2019-11-01

- Removed panic_implementation

## [v0.1.3] - 2018-06-18

- Upgrade to panic_implementation
Expand All @@ -28,7 +32,8 @@ Initial release

[cortex-m-rt]: https://github.com/japaric/cortex-m-rt

[Unreleased]: https://github.com/pftbest/msp430-rt/compare/msp_v0.1.3...HEAD
[Unreleased]: https://github.com/pftbest/msp430-rt/compare/msp_v0.1.4...HEAD
[v0.1.3]: https://github.com/pftbest/msp430-rt/compare/msp_v0.1.3...msp_v0.1.4
[v0.1.3]: https://github.com/pftbest/msp430-rt/compare/msp_v0.1.2...msp_v0.1.3
[v0.1.2]: https://github.com/pftbest/msp430-rt/compare/msp_v0.1.1...msp_v0.1.2
[v0.1.1]: https://github.com/pftbest/msp430-rt/compare/msp_v0.1.0...msp_v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["msp430", "runtime", "startup"]
license = "MIT OR Apache-2.0"
name = "msp430-rt"
repository = "https://github.com/pftbest/msp430-rt"
version = "0.1.3"
version = "0.1.4"

[dependencies]
msp430 = "0.1.0"
Expand Down

0 comments on commit e662999

Please sign in to comment.