Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2023
1 parent 7a7f7dc commit de3e65e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# 0.2.0
# Changelog

## [0.3.0](https://github.com/kurtosis-tech/near-package/compare/0.2.0...0.3.0) (2023-03-27)


### ⚠ BREAKING CHANGES

* Uses the `plan` object. Users will have to update their Kurtosis CLI >= 0.63.0 and do a restart.

### Bug Fixes

* 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
Expand All @@ -14,7 +30,7 @@
### Changes
- Change `exec` syntax

# 0.0.1
## 0.0.1

### Fixes
- Did some intial work to cleanup
Expand All @@ -31,5 +47,5 @@
- Added historical notes
- Added launch-local-near-cluster.sh script

# 0.0.0
## 0.0.0
- Initial commit
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0

0 comments on commit de3e65e

Please sign in to comment.