Skip to content

Commit b0781c0

Browse files
committed
Bump version to 0.0.57
1 parent 94de60e commit b0781c0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## Release 0.0.57
3+
## Release 0.0.58
4+
5+
### Added
6+
7+
### Changed
8+
9+
### Fixed
10+
11+
### Removed
12+
13+
## Release 0.0.57 - 2022-11-23
414

515
### Added
616
- GA_get_subaccount: add user_path, core_descriptor, slip132_extended_pubkey.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('gdk', ['c', 'cpp'], version: '0.0.56', meson_version : '>= 0.58.0')
1+
project('gdk', ['c', 'cpp'], version: '0.0.57', meson_version : '>= 0.58.0')
22

33
# commonly used checks
44
compiler = meson.get_compiler('cpp')

0 commit comments

Comments
 (0)