Skip to content

Commit

Permalink
release v1.5.1-SNAPSHOT ...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Aug 20, 2024
1 parent 94b80d6 commit e40f425
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
30 changes: 25 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
**[1.5.1-SNAPSHOT] - 2024-08-20**

**Added**
- Digital asset management support

**Changed**
- `AccountAddress` is now of type `EntryFunctionArgument`. It can now be used in
the `functionArguments` block of the `entryFunctionData` builder.

**Fixed**
- Fixed a bug where the fetch view function failed with a VM error.

**[0.1.0-beta] - 2024-07-15**

**Added**
- Initial release
- Pre-built coin transfer txn builder
- Txn status now uses 401 exception instead of all xxx
- Txn simulation builder
- `[build]` SPM artifact generation
- `[build]` use a plugin for publishing to maven central

**Changed**
- `inputEntryFunctionData` to `entryFunctionData`

**[1.5.0-SNAPSHOT] - 2024-06-22**

**Added**
Expand All @@ -16,11 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Txn JVM sample
- The `Option` type now has an `expect` method that allows you to provide a custom error message when an `Option` is `None`.

**[Unreleased]**

**Changed**
- Txn status now uses 401 exception instead of all xxx

**[1.0.4-SNAPSHOT] - 2024-06-1**

**Added**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = "xyz.mcxross.kaptos"

version = "0.1.0-beta1"
version = "1.5.1-SNAPSHOT"

plugins {
alias(libs.plugins.android.application) apply false
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

group = "xyz.mcxross.kaptos"

version = "0.1.0-beta1"
version = "1.5.1-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit e40f425

Please sign in to comment.