Skip to content

Commit

Permalink
Release v0.30.0 (#471)
Browse files Browse the repository at this point in the history
* unclog release

* bump versions

* Update CHANGELOG.md

Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: Philippe Laferrière <[email protected]>

---------

Signed-off-by: Philippe Laferrière <[email protected]>
Co-authored-by: Farhad Shabani <[email protected]>
  • Loading branch information
plafer and Farhad-Shabani authored Feb 24, 2023
1 parent c13ca35 commit c4cb0d4
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .changelog/v0.30.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This release contains an overhaul of the `send_packet()` and `send_transfer()` architecture.
The main gain is to separate into `send_packet_{validate,execute}()`, and similarly for
`send_transfer()`.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## v0.30.0

*February 24, 2023*

This release contains an overhaul of the `send_packet()` and `send_transfer()` architecture.
The main gain is to separate into `send_packet_{validate,execute}()`, and similarly for
`send_transfer()`.

There are no consensus-breaking changes.

### BREAKING CHANGES

- Update send_packet/transfer(), and related contexts
([#442](https://github.com/cosmos/ibc-rs/issues/442))

## v0.29.0

*February 22, 2023*
Expand Down
9 changes: 3 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,9 @@ Our release process is as follows:
3. Committing the updated `CHANGELOG.md` file and `.changelog` directory to the repo.
2. Push this to a branch `release/vX.Y.Z` according to the version number of
the anticipated release (e.g. `release/v0.18.0`) and open a **draft PR**.
3. Bump all relevant versions in the codebase to the new version and push these
changes to the release PR. This includes:
1. `crates/ibc/Cargo.toml` file (making sure dependencies' versions are updated
too).
2. `crates/ibc/lib.rs` file documentation references' `html_root_url`
parameters must point to the new version.
3. Bump all relevant versions in the `crates/ibc/Cargo.toml` file (making sure
dependencies' versions are updated too) to the new version and push these
changes to the release PR.

4. In the `crates/ibc/` directory, run `cargo doc --all-features --open` locally to double-check that all the
documentation compiles and seems up-to-date and coherent. Fix any potential
Expand Down
2 changes: 1 addition & 1 deletion crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc"
version = "0.29.0"
version = "0.30.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit c4cb0d4

Please sign in to comment.