mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-23 07:54:22 +01:00
Merge branch 'v0.8.0'
* v0.8.0: remove ubunto-20.04 as it is dprecated update version to 0.8.0
This commit is contained in:
2
.github/workflows/build-bindings-linux.yml
vendored
2
.github/workflows/build-bindings-linux.yml
vendored
@@ -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:
|
||||
|
||||
3
.github/workflows/publish-csharp.yml
vendored
3
.github/workflows/publish-csharp.yml
vendored
@@ -105,8 +105,7 @@ jobs:
|
||||
matrix:
|
||||
target: [
|
||||
windows-latest,
|
||||
ubuntu-latest,
|
||||
ubuntu-20.04,
|
||||
ubuntu-latest,
|
||||
macOS-latest,
|
||||
]
|
||||
steps:
|
||||
|
||||
2
.github/workflows/publish-python.yml
vendored
2
.github/workflows/publish-python.yml
vendored
@@ -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]
|
||||
|
||||
2
cli/Cargo.lock
generated
2
cli/Cargo.lock
generated
@@ -679,7 +679,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "breez-sdk-liquid"
|
||||
version = "0.7.2-dev1"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
8
lib/Cargo.lock
generated
8
lib/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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')
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 <contact@breez.technology> (https://github.com/breez)",
|
||||
|
||||
@@ -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 <contact@breez.technology> (https://github.com/breez)",
|
||||
@@ -30,4 +30,4 @@
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user