We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6604b1a commit c7a8b45Copy full SHA for c7a8b45
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## v0.2.1 (2020-12-03)
4
+
5
+- Require `bfg9000` v0.6 for builds/tests
6
7
## v0.2 (2019-11-26)
8
9
- Use `std::string_view` if available
build.bfg
@@ -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++')
0 commit comments