Skip to content

Commit c7a8b45

Browse files
committed
Update version to v0.2.1
1 parent 6604b1a commit c7a8b45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## v0.2.1 (2020-12-03)
4+
5+
- Require `bfg9000` v0.6 for builds/tests
6+
37
## v0.2 (2019-11-26)
48

59
- Use `std::string_view` if available

build.bfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- python -*-
22

33
bfg9000_required_version('>=0.6.0')
4-
project('bencodehpp', version='0.3-dev')
4+
project('bencodehpp', version='0.2.1')
55

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

0 commit comments

Comments
 (0)