Skip to content

Commit

Permalink
Release -> 0.2.1 [Patch]
Browse files Browse the repository at this point in the history
- updated version in CMakeLists.txt
- converted unreleased -> release in CHANGELOG.md
  • Loading branch information
doodspav committed Nov 27, 2021
1 parent cfeed76 commit d94748d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
from `1.0.0` onwards. Releases before that with a version matching `0.y.z` may
increment the `minor` version for breaking changes.

## [Unreleased] [Patch]
## [0.2.1] [Patch] - 2021-11-27
### Added
- `HelperFunctionsTest` test suite (for version and memory order functions)
- `PATOMIC_GNU_INLINE_ALWAYS_INLINE_ATTR` config macro
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(cmake/InSourceGuard.cmake)

project(
patomic
VERSION 0.2.0
VERSION 0.2.1
DESCRIPTION "Portable C90 Atomics Library"
HOMEPAGE_URL "https://github.com/doodspav/patomic"
LANGUAGES C
Expand Down

0 comments on commit d94748d

Please sign in to comment.