From 82bb32f9904da7119dfb4fa455636562f94f4ad5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:44:47 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++---- version.txt | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 913c345..f47316e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,27 @@ -# 0.2.0 +# Changelog + +## [0.3.0](https://github.com/kurtosis-tech/near-package/compare/0.2.0...0.3.0) (2023-10-02) + + +### ⚠ BREAKING CHANGES + +* Uses the `plan` object. Users will have to update their Kurtosis CLI >= 0.63.0 and do a restart. + +### Bug Fixes + +* Fix `--enclave-id` -> `--enclave` bug ([#44](https://github.com/kurtosis-tech/near-package/issues/44)) ([135e923](https://github.com/kurtosis-tech/near-package/commit/135e923f7995b9dec2c4c54753407b52cfaabc65)) +* move to plan.verify from plan.assert ([#45](https://github.com/kurtosis-tech/near-package/issues/45)) ([b323320](https://github.com/kurtosis-tech/near-package/commit/b323320ec8116428cc17e955fa7b88ce9ed00cbb)) +* name the uploaded artifact ([#34](https://github.com/kurtosis-tech/near-package/issues/34)) ([aa3b41e](https://github.com/kurtosis-tech/near-package/commit/aa3b41e1fb59ae233dffc972f45838751537a07b)) +* remove garbage from NEAR_HELPER_ACCOUNT export suggestion ([#33](https://github.com/kurtosis-tech/near-package/issues/33)) ([c168941](https://github.com/kurtosis-tech/near-package/commit/c16894179653307310c94464df3eb629ba363bef)), closes [#32](https://github.com/kurtosis-tech/near-package/issues/32) +* service_id renamed to service_name & exec recipe over struct ([#36](https://github.com/kurtosis-tech/near-package/issues/36)) ([1a667a1](https://github.com/kurtosis-tech/near-package/commit/1a667a153011874ba1848cceadb166224b942970)) +* Use the `plan` object ([#27](https://github.com/kurtosis-tech/near-package/issues/27)) ([40eb864](https://github.com/kurtosis-tech/near-package/commit/40eb864a0c44bbbcd3d3e48ab43c41e3cfd49c1b)) + +## 0.2.0 ### Breaking Change - Introduced optional application protocol and renamed protocol to transport_protocol -# 0.1.0 +## 0.1.0 ### Breaking Change - Updated struct to PortSpec to define ports @@ -14,7 +32,7 @@ ### Changes - Change `exec` syntax -# 0.0.1 +## 0.0.1 ### Fixes - Did some intial work to cleanup @@ -31,5 +49,5 @@ - Added historical notes - Added launch-local-near-cluster.sh script -# 0.0.0 +## 0.0.0 - Initial commit diff --git a/version.txt b/version.txt index 0ea3a94..0d91a54 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.3.0