diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1f923..c963031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## 0.0.59+1 + +* implement Create Cat program +* refactor from atom bytes and from serialized bytes in program +* refactor repository + ## 0.0.58+2 * Restore windows cmake file diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 01b326f..2a32e0f 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "flutter_chia_rust_utils-v0.0.58+3") # generated; do not edit +set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+1") # generated; do not edit # Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here # to download the Android binaries into src/main/jniLibs/ and does not build anything. diff --git a/example/pubspec.lock b/example/pubspec.lock index 0d23850..9365eeb 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -156,7 +156,7 @@ packages: path: ".." relative: true source: path - version: "0.0.58+3" + version: "0.0.59+1" flutter_lints: dependency: "direct dev" description: diff --git a/ios/flutter_chia_rust_utils.podspec b/ios/flutter_chia_rust_utils.podspec index 2070d24..401b328 100644 --- a/ios/flutter_chia_rust_utils.podspec +++ b/ios/flutter_chia_rust_utils.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'flutter_chia_rust_utils-v0.0.58+3' # generated; do not edit +release_tag_name = 'flutter_chia_rust_utils-v0.0.59+1' # generated; do not edit # # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # Run `pod lib lint flutter_chia_rust_utils.podspec` to validate before publishing. diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 7c5bca4..ef43810 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "flutter_chia_rust_utils-v0.0.58+3") # generated; do not edit +set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+1") # generated; do not edit # installed. You should not increase this version, as doing so will cause # the plugin to fail to compile for some customers of the plugin. cmake_minimum_required(VERSION 3.10) diff --git a/macos/flutter_chia_rust_utils.podspec b/macos/flutter_chia_rust_utils.podspec index 33fae77..4052a99 100644 --- a/macos/flutter_chia_rust_utils.podspec +++ b/macos/flutter_chia_rust_utils.podspec @@ -1,4 +1,4 @@ -release_tag_name = 'flutter_chia_rust_utils-v0.0.58+3' # generated; do not edit +release_tag_name = 'flutter_chia_rust_utils-v0.0.59+1' # generated; do not edit # # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # Run `pod lib lint flutter_chia_rust_utils.podspec` to validate before publishing. diff --git a/pubspec.yaml b/pubspec.yaml index 4aa0929..323fad9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_chia_rust_utils description: Chia Rust utils library for use in Flutter, allow use CLVM, BLS and more libraries in your Chia Blockchain projects -version: 0.0.58+3 +version: 0.0.59+1 homepage: https://github.com/MarvinQuevedo/chia_rs/tree/beta/flutter-binding/flutter_chia_rust_utils environment: diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 03c9e55..8152f9a 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LibraryVersion "flutter_chia_rust_utils-v0.0.58+3") # generated; do not edit +set(LibraryVersion "flutter_chia_rust_utils-v0.0.59+1") # generated; do not edit # The Flutter tooling requires that developers have a version of Visual Studio # installed that includes CMake 3.14 or later. You should not increase this # version, as doing so will cause the plugin to fail to compile for some