Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Aug 29, 2021
1 parent 201411d commit f53c3bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v2.1.0]
- Add string to alg type mapping function.
- Allow use of `num_algorithms`.

## [v2.0.1]
- Upgrade the build system to use meson.
- Improve the CI pipeline.
Expand Down Expand Up @@ -51,7 +55,8 @@ It is unclear what is exactly in 1.0.0 through 1.0.2.
### Added
- First stable release

[Unreleased]: https://github.com/xmidt-org/cjwt/compare/v2.0.1...HEAD
[Unreleased]: https://github.com/xmidt-org/cjwt/compare/v2.1.0...HEAD
[v2.1.0]: https://github.com/xmidt-org/cjwt/compare/v2.0.1...v2.1.0
[v2.0.1]: https://github.com/xmidt-org/cjwt/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/xmidt-org/cjwt/compare/v1.0.4...v2.0.0
[v1.0.4]: https://github.com/xmidt-org/cjwt/compare/v1.0.3...v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0

project('cjwt', 'c',
version: '2.0.1',
version: '2.1.0',
license: ['Apache-2.0'],
default_options: ['c_std=c99',
'b_coverage=true'])
Expand Down

0 comments on commit f53c3bc

Please sign in to comment.