|
@@ -5,8 +5,17 @@ All notable changes to this project will be documented in this file.
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
-## v0.1.0 - 2021-05-12
|
|
|
+## [Unreleased]
|
|
|
+
|
|
|
+## [v0.1.1] - 2021-06-11
|
|
|
+
|
|
|
+### Fixed
|
|
|
+- Fix build.rs to not always trigger a rebuild of the crate
|
|
|
+
|
|
|
+## [v0.1.0] - 2021-05-12
|
|
|
|
|
|
- Initial release
|
|
|
|
|
|
-[Unreleased]: https://github.com/rust-lang/hashbrown/compare/v0.1.0...HEAD
|
|
|
+[Unreleased]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.1...HEAD
|
|
|
+[v0.1.1]: https://github.com/Amanieu/mini-backtrace/compare/v0.1.0...v0.1.1
|
|
|
+[v0.1.0]: https://github.com/Amanieu/mini-backtrace/releases/tag/v0.1.0
|