Skip to content

Commit

Permalink
Update version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Dec 3, 2020
1 parent 6604b1a commit c7a8b45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## v0.2.1 (2020-12-03)

- Require `bfg9000` v0.6 for builds/tests

## v0.2 (2019-11-26)

- Use `std::string_view` if available
Expand Down
2 changes: 1 addition & 1 deletion build.bfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- python -*-

bfg9000_required_version('>=0.6.0')
project('bencodehpp', version='0.3-dev')
project('bencodehpp', version='0.2.1')

global_options([opts.std(argv.std)], lang='c++')

Expand Down

0 comments on commit c7a8b45

Please sign in to comment.