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 6565691 commit 9b202e6Copy full SHA for 9b202e6
CHANGES.md
@@ -1,6 +1,6 @@
1
# Changes
2
3
-## v1.0.1 (in progress)
+## v1.0.1 (2023-07-01)
4
5
### Bug fixes
6
- Fix deprecation warning when configuring
build.bfg
@@ -1,7 +1,7 @@
# -*- mode: python; mode: bfg9000 -*-
bfg9000_required_version('>=0.7.0')
-project('bencodehpp', version='1.1.0-dev')
+project('bencodehpp', version='1.0.1')
global_options([opts.std(argv.std)], lang='c++')
7
0 commit comments