Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 16, 2021
1 parent 808ffb9 commit 86c0f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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.0.1]
- Upgrade the build system to use meson.
- Improve the CI pipeline.

## [v2.0.0]
- Update the interface to not use strlen() for lengths but expect them to be
passed in. This reduces the likelihood of this library being exploited by
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.0',
version: '2.0.1',
license: ['Apache-2.0'],
default_options: ['c_std=c99',
'b_coverage=true'])
Expand Down

0 comments on commit 86c0f28

Please sign in to comment.