Skip to content

Commit a2f8b22

Browse files
committed
Prepared for v0.2.5 release
1 parent b58cc84 commit a2f8b22

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [v0.2.5] - 2019-08-29
9+
10+
### Changed
11+
12+
- The `const-fn` feature is now stable
13+
814
## [v0.2.4] - 2018-10-30
915

1016
### Added
@@ -60,7 +66,9 @@ YANKED due to a soundness issue: see v0.2.1 for details
6066

6167
- Initial release
6268

63-
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.2.3...HEAD
69+
[Unreleased]: https://github.com/japaric/bare-metal/compare/v0.2.5...HEAD
70+
[v0.2.5]: https://github.com/japaric/bare-metal/compare/v0.2.4...v0.2.5
71+
[v0.2.4]: https://github.com/japaric/bare-metal/compare/v0.2.3...v0.2.4
6472
[v0.2.3]: https://github.com/japaric/bare-metal/compare/v0.2.2...v0.2.3
6573
[v0.2.2]: https://github.com/japaric/bare-metal/compare/v0.2.1...v0.2.2
6674
[v0.2.1]: https://github.com/japaric/bare-metal/compare/v0.2.0...v0.2.1

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ keywords = ["bare-metal", "register", "peripheral", "interrupt"]
77
license = "MIT OR Apache-2.0"
88
name = "bare-metal"
99
repository = "https://github.com/japaric/bare-metal"
10-
version = "0.2.4"
10+
version = "0.2.5"
1111

1212
[build-dependencies]
1313
rustc_version = "0.2.3"
14+
15+
[features]
16+
const-fn = [] # Unused, but kept for backwards compatibility

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> Abstractions common to bare metal systems
44
5+
## [Change log](CHANGELOG.md)
6+
57
## License
68

79
Licensed under either of

0 commit comments

Comments
 (0)