Skip to content

Commit

Permalink
release: 1.0.0-beta0 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Oct 14, 2024
1 parent 117ce7d commit 23920b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
you can start integrating the new features into your codebase if you want a head start.

The following are the changes since version 1.0.0-alpha0. If you are upgrading from an older version,
please also refer to the change logs of previous versions, **especially 1.0.0-alpha0**.
please also refer to the change logs of previous versions, **especially [1.0.0-alpha0](https://github.com/lightsail-network/java-stellar-sdk/releases/tag/1.0.0-alpha0)**.

### Update
- feat: support constructors in contract creation via `InvokeHostFunctionOperation.createContractOperationBuilder`.
Expand All @@ -25,7 +25,7 @@ please also refer to the change logs of previous versions, **especially 1.0.0-al
- refactor!: The `protocolVersion` in the response is now represented as an `Integer`.

## 1.0.0-alpha0
We are thrilled to announce the release of version 1.0.0-alpha0 for java-stellar-sdk,
We are thrilled to announce the release of version 1.0.0-beta0 for java-stellar-sdk,
which has been in development for nearly a decade. This release marks a significant milestone in our journey,
as we have made substantial changes and improvements to enhance the functionality and usability of our software.

Expand Down
2 changes: 1 addition & 1 deletion android_test/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation("androidx.compose.material3:material3")
// Since we are adding local jar(libs/stellar-sdk.jar) as dependency,
// gradle cannot automatically download the required third-party dependencies.
implementation(files("libs/stellar-sdk-1.0.0-alpha0.jar"))
implementation(files("libs/stellar-sdk-1.0.0-beta0.jar"))
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("com.squareup.okhttp3:okhttp-sse:4.11.0")
implementation("com.moandjiezana.toml:toml4j:0.7.2")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "network.lightsail"
version = "1.0.0-alpha0"
version = "1.0.0-beta0"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 23920b9

Please sign in to comment.