소스 검색

Version 0.1.1

Amanieu d'Antras 3 년 전
부모
커밋
99b3802aba
2개의 변경된 파일12개의 추가작업 그리고 3개의 파일을 삭제
  1. 11 2
      CHANGELOG.md
  2. 1 1
      Cargo.toml

+ 11 - 2
CHANGELOG.md

@@ -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

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "mini-backtrace"
-version = "0.1.0"
+version = "0.1.1"
 edition = "2018"
 authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
 description = "Backtrace support for no_std and embedded programs"