diff --git a/.github/workflows/build-bindings-linux.yml b/.github/workflows/build-bindings-linux.yml index d56f709..8dfe724 100644 --- a/.github/workflows/build-bindings-linux.yml +++ b/.github/workflows/build-bindings-linux.yml @@ -44,7 +44,7 @@ jobs: build: if: ${{ !inputs.use-dummy-binaries }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: build ${{ matrix.target }}${{ matrix.uniffi }} needs: setup strategy: diff --git a/.github/workflows/publish-csharp.yml b/.github/workflows/publish-csharp.yml index fba8cd1..fadf1cf 100644 --- a/.github/workflows/publish-csharp.yml +++ b/.github/workflows/publish-csharp.yml @@ -105,8 +105,7 @@ jobs: matrix: target: [ windows-latest, - ubuntu-latest, - ubuntu-20.04, + ubuntu-latest, macOS-latest, ] steps: diff --git a/.github/workflows/publish-python.yml b/.github/workflows/publish-python.yml index 4d4ec1d..1816002 100644 --- a/.github/workflows/publish-python.yml +++ b/.github/workflows/publish-python.yml @@ -81,7 +81,7 @@ jobs: path: lib/bindings/langs/python/dist/*.whl build-linux-wheels: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: arch: [x86_64, aarch64] diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 787ce08..169e782 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "breez-sdk-liquid" -version = "0.7.2-dev1" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", diff --git a/lib/Cargo.lock b/lib/Cargo.lock index b6848bd..df728f8 100644 --- a/lib/Cargo.lock +++ b/lib/Cargo.lock @@ -560,7 +560,7 @@ dependencies = [ [[package]] name = "bindings-react-native" -version = "0.7.2-dev1" +version = "0.8.0" dependencies = [ "anyhow", "askama 0.11.1", @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "breez-sdk-liquid" -version = "0.7.2-dev1" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -851,7 +851,7 @@ dependencies = [ [[package]] name = "breez-sdk-liquid-bindings" -version = "0.7.2-dev1" +version = "0.8.0" dependencies = [ "anyhow", "breez-sdk-liquid", @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "breez-sdk-liquid-wasm" -version = "0.7.2-dev1" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1b9532b..98ee027 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -24,7 +24,7 @@ members = ["bindings", "bindings/langs/react-native", "core", "wasm"] resolver = "2" [workspace.package] -version = "0.7.2-dev1" +version = "0.8.0" [workspace.lints.clippy] empty_line_after_doc_comments = "allow" diff --git a/lib/bindings/langs/react-native/Cargo.toml b/lib/bindings/langs/react-native/Cargo.toml index 92afeec..5d74cc7 100644 --- a/lib/bindings/langs/react-native/Cargo.toml +++ b/lib/bindings/langs/react-native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bindings-react-native" -version = "0.7.2-dev1" +version = "0.8.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/packages/dart/pubspec.yaml b/packages/dart/pubspec.yaml index 7ebe6b4..aeff653 100644 --- a/packages/dart/pubspec.yaml +++ b/packages/dart/pubspec.yaml @@ -1,6 +1,6 @@ name: breez_liquid description: Dart bindings for the Breez Liquid SDK -version: 0.7.2-dev1 +version: 0.8.0 homepage: https://breez.technology repository: https://github.com/breez/breez-sdk-liquid-dart publish_to: 'none' diff --git a/packages/flutter/pubspec.yaml b/packages/flutter/pubspec.yaml index 45f08fd..6a857d0 100644 --- a/packages/flutter/pubspec.yaml +++ b/packages/flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_breez_liquid description: Flutter wrapper around Dart bindings for the Breez Liquid SDK -version: 0.7.2-dev1 +version: 0.8.0 homepage: https://breez.technology repository: https://github.com/breez/breez-sdk-liquid-flutter publish_to: 'none' @@ -15,7 +15,7 @@ dependencies: breez_liquid: git: url: https://github.com/breez/breez-sdk-liquid-dart - ref: 0.7.2-dev1 + ref: 0.8.0 ffigen: ^18.0.0 dev_dependencies: diff --git a/packages/react-native/example/android/app/build.gradle b/packages/react-native/example/android/app/build.gradle index f6e60d9..85562b8 100644 --- a/packages/react-native/example/android/app/build.gradle +++ b/packages/react-native/example/android/app/build.gradle @@ -139,7 +139,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "0.7.2-dev1" + versionName "0.8.0" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() buildConfigField "String", "BREEZ_API_KEY", project.property('BREEZ_API_KEY') diff --git a/packages/react-native/example/package.json b/packages/react-native/example/package.json index 51d1de0..e2b7acc 100644 --- a/packages/react-native/example/package.json +++ b/packages/react-native/example/package.json @@ -1,6 +1,6 @@ { "name": "react-native-breez-sdk-liquid-example", - "version": "0.7.2-dev1", + "version": "0.8.0", "private": true, "scripts": { "clean": "rm -rf /tmp/metro-* && yarn start --reset-cache", @@ -13,7 +13,7 @@ "rebuild": "rm -rf node_modules && yarn && yarn pods" }, "dependencies": { - "@breeztech/react-native-breez-sdk-liquid": "0.7.2-dev1", + "@breeztech/react-native-breez-sdk-liquid": "0.8.0", "@dreson4/react-native-quick-bip39": "^0.0.5", "react": "18.1.0", "react-native": "0.70.15", diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9e55a00..cdfdbfa 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@breeztech/react-native-breez-sdk-liquid", - "version": "0.7.2-dev1", + "version": "0.8.0", "description": "React Native Breez Liquid SDK", "repository": "https://github.com/breez/breez-sdk-liquid", "author": "Breez (https://github.com/breez)", diff --git a/packages/wasm/package.json b/packages/wasm/package.json index 33d5457..a242ead 100644 --- a/packages/wasm/package.json +++ b/packages/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@breeztech/breez-sdk-liquid", - "version": "0.7.2-dev1", + "version": "0.8.0", "description": "Breez Liquid SDK", "repository": "https://github.com/breez/breez-sdk-liquid", "author": "Breez (https://github.com/breez)", @@ -30,4 +30,4 @@ "publishConfig": { "registry": "https://registry.npmjs.org/" } -} +} \ No newline at end of file