Skip to content

Commit d57b394

Browse files
committed
Cut v0.2.1 release
1 parent 421bb4f commit d57b394

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.2.1 - Jan 26, 2024
2+
3+
This is a bugfix release bumping the used LDK and BDK dependencies to the
4+
latest stable versions.
5+
6+
## Bug Fixes
7+
- Swift bindings now can be built on macOS again.
8+
9+
## Compatibility Notes
10+
- LDK has been updated to version 0.0.121 (#214, #229)
11+
- BDK has been updated to version 0.29.0 (#229)
12+
13+
In total, this release features 30 files changed, 1195 insertions, 1238
14+
deletions in 26 commits from 3 authors, in alphabetical order:
15+
16+
- Elias Rohrer
17+
- GoodDaisy
18+
- Gursharan Singh
19+
120
# 0.2.0 - Dec 13, 2023
221

322
## Feature and API updates

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ldk-node"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Elias Rohrer <[email protected]>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import PackageDescription
55

6-
let tag = "v0.2.0"
6+
let tag = "v0.2.1"
77
let checksum = "8b03d5e8c4c415e6143d834a24037fc7223d9da712941467777668a42ee93ab1"
88
let url = "https://github.com/lightningdevkit/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"
99

bindings/kotlin/ldk-node-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
22
android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
5-
libraryVersion=0.2.0
5+
libraryVersion=0.2.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.jvmargs=-Xmx1536m
22
kotlin.code.style=official
3-
libraryVersion=0.2.0
3+
libraryVersion=0.2.1

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ldk_node"
3-
version = "0.2"
3+
version = "0.2.1"
44
authors = [
55
{ name="Elias Rohrer", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)