Skip to content

Commit b923eba

Browse files
committed
Update version to 1.0.2
1 parent 1a0d0b8 commit b923eba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## v1.0.2 (2025-03-16)
4+
5+
### Bug fixes
6+
- Fix `bencode::map_proxy::swap` implementation
7+
8+
--
9+
310
## v1.0.1 (2023-07-01)
411

512
### Bug fixes

build.bfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: python; mode: bfg9000 -*-
22

33
bfg9000_required_version('>=0.7.0')
4-
project('bencodehpp', version='1.0.1')
4+
project('bencodehpp', version='1.0.2')
55

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

0 commit comments

Comments
 (0)