File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cmake_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
44set (CMAKE_CXX_STANDARD 17)
55set (CMAKE_CXX_STANDARD_REQUIRED ON )
You can’t perform that action at this time.
0 commit comments