Skip to content

Commit ac95a25

Browse files
committed
Tag a bugfix release
1 parent 2c977ab commit ac95a25

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
_There are no unreleased changes in the pipeline at the moment._
1212

1313

14+
## [1.0.1] - 2024-02-12
15+
16+
### Fixed
17+
18+
- Adapt nightly feature to latest nightly changes.
19+
20+
1421
## [1.0.0] - 2024-01-05
1522

1623
### Added
1724

1825
- First tagged release of pessimize.
1926

2027

21-
[Unreleased]: https://github.com/HadrienG2/pessimize/compare/v1.0.0...HEAD
28+
[Unreleased]: https://github.com/HadrienG2/pessimize/compare/v1.0.1...HEAD
29+
[1.0.1]: https://github.com/HadrienG2/pessimize/releases/tag/v1.0.1
2230
[1.0.0]: https://github.com/HadrienG2/pessimize/releases/tag/v1.0.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "pessimize"
1111
# - Roll an annotated git tag
1212
# - Add a github release
1313
#
14-
version = "1.0.0"
14+
version = "1.0.1"
1515
authors = ["Hadrien G. <[email protected]>"]
1616
description = "More efficient Rust compiler optimization barriers"
1717
keywords = [ "optimization", "barrier", "black-box", "efficient", "benchmarking" ]

0 commit comments

Comments
 (0)