Skip to content

Commit

Permalink
Merge branch 'v0.5.2'
Browse files Browse the repository at this point in the history
* v0.5.2:
  rename repository
  fix maven github publish url
  update version to 0.5.2
  • Loading branch information
roeierez committed Sep 17, 2024
2 parents d46e40d + 078ce7e commit 7865ef9
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
# Since this is the situation new projects are faced with when adding the SDK as a Rust dependency, we simulate it here
# to get an early warning signal, should any newer dependency cause it to fail to compile.
#
# See discussion at https://github.com/breez/breez-sdk/issues/969#issuecomment-2104700522
# See discussion at https://github.com/breez/breez-sdk-greenlight/issues/969#issuecomment-2104700522
check-sdk-as-dependency:
name: Check SDK as Rust dependency in fresh project
runs-on: ubuntu-latest
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
cargo init --name test_project --vcs none
# A project might reference our SDK as a git repository
# cargo add --git https://github.com/breez/breez-sdk breez-sdk-core
# cargo add --git https://github.com/breez/breez-sdk-greenlight breez-sdk-core
# In this test, we reference the checked out repo (e.g. this PR branch)
cargo add --path ../libs/sdk-core breez-sdk-core
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ API documentation is [here](https://breez.github.io/breez-sdk-greenlight/breez_

## **Command line**

[Breez sdk-cli](https://github.com/breez/breez-sdk/tree/main/tools/sdk-cli) is a command line client that allows you to interact with and test the functionality of the Breez SDK.
[Breez sdk-cli](https://github.com/breez/breez-sdk-greenlight/tree/main/tools/sdk-cli) is a command line client that allows you to interact with and test the functionality of the Breez SDK.

## **Support**

Expand Down
6 changes: 3 additions & 3 deletions libs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.5.1-rc6"
version = "0.5.2"

[workspace.dependencies]
aes = "0.8"
Expand Down
10 changes: 5 additions & 5 deletions libs/sdk-bindings/bindings-android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ publishing {
}
maven {
name = "breezGitHubPackages"
url = uri("https://maven.pkg.github.com/breez/breez-sdk")
url = uri("https://maven.pkg.github.com/breez/breez-sdk-greenlight")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand All @@ -82,13 +82,13 @@ publishing {
licenses {
license {
name.set("MIT")
url.set("https://github.com/breez/breez-sdk/blob/main/LICENSE")
url.set("https://github.com/breez/breez-sdk-greenlight/blob/main/LICENSE")
}
}
scm {
connection.set("scm:git:github.com/breez/breez-sdk.git")
developerConnection.set("scm:git:ssh://github.com/breez/breez-sdk.git")
url.set("https://github.com/breez/breez-sdk")
connection.set("scm:git:github.com/breez/breez-sdk-greenlight.git")
developerConnection.set("scm:git:ssh://github.com/breez/breez-sdk-greenlight.git")
url.set("https://github.com/breez/breez-sdk-greenlight")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-bindings/bindings-csharp/src/Breez.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://breez.technology/sdk/</PackageProjectUrl>
<RepositoryUrl>https://github.com/breez/breez-sdk</RepositoryUrl>
<RepositoryUrl>https://github.com/breez/breez-sdk-greenlight</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>bitcoin lightning breez sdk non-custodial</PackageTags>
<Copyright>2023 Breez</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ publishing {
licenses {
license {
name.set("MIT")
url.set("https://github.com/breez/breez-sdk/blob/main/LICENSE")
url.set("https://github.com/breez/breez-sdk-greenlight/blob/main/LICENSE")
}
}
scm {
connection.set("scm:git:github.com/breez/breez-sdk.git")
developerConnection.set("scm:git:ssh://github.com/breez/breez-sdk.git")
url.set("https://github.com/breez/breez-sdk")
connection.set("scm:git:github.com/breez/breez-sdk-greenlight.git")
developerConnection.set("scm:git:ssh://github.com/breez/breez-sdk-greenlight.git")
url.set("https://github.com/breez/breez-sdk-greenlight")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-flutter/android/build.gradle.production
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.breez.breez_sdk'
version '0.5.1-rc6'
version '0.5.2'

buildscript {
ext.kotlin_version = '1.8.20'
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-flutter/ios/breez_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Run `pod lib lint breez_sdk.podspec` to validate before publishing.
Pod::Spec.new do |s|
s.name = 'breez_sdk'
s.version = '0.5.1-rc6'
s.version = '0.5.2'
s.summary = 'BreezSDK flutter plugin.'
s.description = <<-DESC
BreezSDK flutter plugin.
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-flutter/ios/breez_sdk.podspec.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag_version = '0.5.1-rc6'
tag_version = '0.5.2'
framework = 'breez_sdkFFI.xcframework'
lib_name = "breez-sdkFFI.#{tag_version}"
url = "https://github.com/breez/breez-sdk-swift/releases/download/#{tag_version}/#{framework}.zip"
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: breez_sdk
description: Flutter bindings for the Breez SDK
repository: https://github.com/breez/breez-sdk-flutter
version: 0.5.1-rc6
version: 0.5.2

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@breeztech/react-native-breez-sdk",
"version": "0.5.1-rc6",
"version": "0.5.2",
"description": "React Native Breez SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
6 changes: 3 additions & 3 deletions tools/sdk-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/sdk-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "breez-sdk-cli"
version = "0.5.1-rc6"
version = "0.5.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 7865ef9

Please sign in to comment.