Skip to content

Commit

Permalink
Release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 15, 2021
1 parent 5e00108 commit a6b418a
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 @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.2.6]
## [v1.2.7]
- Add a meson wrap file to the release objects.
- Improve the meson build so normally tests are run with valgrind but if this is
a subproject then valgrind and the tests are disabled.
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('trower-base64', 'c',
version: '1.2.6',
version: '1.2.7',
license: ['Apache-2.0'],
default_options: ['c_std=c99',
'b_coverage=true'])
Expand Down

0 comments on commit a6b418a

Please sign in to comment.