We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0d0b8 commit b923ebaCopy full SHA for b923eba
CHANGES.md
@@ -1,5 +1,12 @@
1
# Changes
2
3
+## v1.0.2 (2025-03-16)
4
+
5
+### Bug fixes
6
+- Fix `bencode::map_proxy::swap` implementation
7
8
+--
9
10
## v1.0.1 (2023-07-01)
11
12
### Bug fixes
build.bfg
@@ -1,7 +1,7 @@
# -*- mode: python; mode: bfg9000 -*-
bfg9000_required_version('>=0.7.0')
-project('bencodehpp', version='1.0.1')
+project('bencodehpp', version='1.0.2')
global_options([opts.std(argv.std)], lang='c++')
0 commit comments