Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Jun 18, 2021
1 parent 3f75e72 commit 56bd7b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2021-06-18
### Changed
- **Breaking**: the minimal supported Rust version (MSRV) is now 1.53
- **Breaking**: Remove deprecated method `compare_and_swap`. This method is
Expand Down Expand Up @@ -39,5 +41,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Everything.


[Unreleased]: https://github.com/LukasKalbertodt/atomic/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/LukasKalbertodt/atomic/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/LukasKalbertodt/atomic/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/LukasKalbertodt/atomic/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atomig"
version = "0.2.0"
version = "0.3.0"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 56bd7b8

Please sign in to comment.