Skip to content

Commit cee950c

Browse files
committed
Update version to v1.0.0
1 parent 7b239d4 commit cee950c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## v0.3 (in progress)
3+
## v1.0.0 (2023-05-21)
44

55
### New features
66
- Use `std::variant` by default (thus requiring C++17 or newer)

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.7.0')
4-
project('bencodehpp', version='0.3-dev')
4+
project('bencodehpp', version='1.0.0')
55

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

0 commit comments

Comments
 (0)