Skip to content

Commit

Permalink
Update version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed May 21, 2023
1 parent 7b239d4 commit cee950c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

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

### New features
- Use `std::variant` by default (thus requiring C++17 or newer)
Expand Down
2 changes: 1 addition & 1 deletion build.bfg
Original file line number Diff line number Diff line change
@@ -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++')

Expand Down

0 comments on commit cee950c

Please sign in to comment.