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] authored Mar 31, 2023
1 parent a5d40e9 commit 25fb008
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
33 changes: 25 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# 0.2.0
# Changelog

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


### ⚠ BREAKING CHANGES

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

### Bug Fixes

* fix passed argument parsing ([#85](https://github.com/kurtosis-tech/eth2-package/issues/85)) ([a5d40e9](https://github.com/kurtosis-tech/eth2-package/commit/a5d40e9bd178ff7ade06f22818475d01546f861a))
* make this work with kurtosis 0.65.0 ([#73](https://github.com/kurtosis-tech/eth2-package/issues/73)) ([13c72ec](https://github.com/kurtosis-tech/eth2-package/commit/13c72ec56e4da79c6a9bd6802a0995c6b00d0a0a))
* update genesis generator to support netherminds new format ([#68](https://github.com/kurtosis-tech/eth2-package/issues/68)) ([094352d](https://github.com/kurtosis-tech/eth2-package/commit/094352d6666755da5de6ed3f4b78fd5f37c01f7f))
* use named artifacts ([#69](https://github.com/kurtosis-tech/eth2-package/issues/69)) ([968f073](https://github.com/kurtosis-tech/eth2-package/commit/968f0734a0ee834c75e184b758989ce1dc9d58be)), closes [#70](https://github.com/kurtosis-tech/eth2-package/issues/70)
* Use plan object ([#65](https://github.com/kurtosis-tech/eth2-package/issues/65)) ([8e5d185](https://github.com/kurtosis-tech/eth2-package/commit/8e5d18558f92a9fc71ae9a70f1ca139df406d7b7))

## 0.2.0

- Adds config variables for `genesis_delay` and `capella_fork_epoch`
- Updates genesis generator version
Expand All @@ -7,15 +24,15 @@
### Breaking Change
- Introduced optional application protocol and renamed protocol to transport_protocol

# 0.1.0
## 0.1.0

### Breaking changes
- Updated `struct` to `PortSpec` for declaring port definitions

### Changes
- Change `exec` syntax

# 0.0.5
## 0.0.5

### Fixes
- Fix bug with input parsing of participants
Expand All @@ -29,11 +46,11 @@
- Updates `genesis-generator` image to include a fix for nimbus post-merge genesis
- Use the `args` argument instead of flags

# 0.0.4
## 0.0.4
### Changes
- Removed 'module' key in the 'kurtosis.yml' file

# 0.0.3
## 0.0.3
### Changes
- Replaced 'module' with 'package' where relevant
- Removed protobuf types as they are now unsupported in Kurtosis.
Expand All @@ -42,7 +59,7 @@
### Fixes
- Fixed a bug in `run` of `main.star` where we'd refer to `module_io` instead of `package_io`

# 0.0.2
## 0.0.2

### Features
- Added the docs
Expand All @@ -58,7 +75,7 @@
### Changes
- Move from `main` to `run` in `main.star`

# 0.0.1
## 0.0.1

### Features
- Changed the .circlei/config.yml to apply to Startosis
Expand All @@ -71,5 +88,5 @@
### Fixes
- Fixes some bugs with the initial implementation of the monitors

# 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 25fb008

Please sign in to comment.