Skip to content

Commit 48c4e35

Browse files
committed
Bump version to 0.75.2, update CHANGELOG.md
1 parent 16c25b4 commit 48c4e35

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# Changelog
22

3+
## Release 0.75.2 - 08-05-01
4+
5+
### Fixed
6+
- GA_login_user: Fix singlesig descriptor watch-only re-login on an existing session.
7+
- Liquid(testnet): Fix the Liquid testnet explorer URL in network parameters.
8+
9+
### Changed
10+
- Build: Update rust to 1.81.0, which is now the MSRV for building gdk.
11+
- Python: Update the Python wheel license classifiers for newer build tools.
12+
- Dependencies: Update rust dependencies.
13+
14+
315
## Release 0.75.1 - 25-04-01
416

517
### Fixed
618
- GA_create_transaction: Return an invalid amount error instead of
719
an assertion failure if any output amount in a transaction is 0.
820

21+
922
## Release 0.75.0 - 25-03-20
1023

1124
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(gdk VERSION 0.75.1 LANGUAGES C CXX)
2+
project(gdk VERSION 0.75.2 LANGUAGES C CXX)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)