Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 13, 2021
1 parent 159e26c commit 616ee50
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]

## [v1.2.1]
- Move to use meson for building.
- Remove cmake.

## [v1.2.0]
- Add a few helper functions to allocate buffers and fill them.
- Add a `b64_encode()` function.
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.0',
version: '1.2.1',
license: ['Apache-2.0'],
default_options: ['c_std=c99',
'b_coverage=true'])
Expand Down

0 comments on commit 616ee50

Please sign in to comment.