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 7b239d4 commit cee950cCopy full SHA for cee950c
CHANGES.md
@@ -1,6 +1,6 @@
1
# Changes
2
3
-## v0.3 (in progress)
+## v1.0.0 (2023-05-21)
4
5
### New features
6
- Use `std::variant` by default (thus requiring C++17 or newer)
build.bfg
@@ -1,7 +1,7 @@
# -*- python -*-
bfg9000_required_version('>=0.7.0')
-project('bencodehpp', version='0.3-dev')
+project('bencodehpp', version='1.0.0')
global_options([opts.std(argv.std)], lang='c++')
7
0 commit comments