Skip to content

Commit

Permalink
Update cgp to v0.3.1 (#527)
Browse files Browse the repository at this point in the history
* Update cgp to v0.3.1

* Use Index type from cgp

* Update crate dependencies

* Use published version of cgp

* Add changelog
  • Loading branch information
soareschen authored Jan 16, 2025
1 parent ab0513f commit 4414c12
Show file tree
Hide file tree
Showing 510 changed files with 1,531 additions and 1,404 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v0.2.0 (pre-release)

- Update `cgp` to v0.3.1 - [#527](https://github.com/informalsystems/hermes-sdk/pull/527)
- The default `Async` bound in `HasErrorType::Error` has been removed. To work with async code, all occurances of `HasErrorType` and `CanRaiseError` inside Hermes SDK is replaced with `HasAsyncErrorType` and `CanRaiseAsyncError`.
- The `Index` type in Hermes SDK is replaced with the same `Index` type provided from `cgp`.

- Update `cgp` crate to v0.2.0 - [#491](https://github.com/informalsystems/hermes-sdk/pull/491)
- For a full list of changes, refer to [contextgeneric/cgp#42](https://github.com/contextgeneric/cgp/pull/42)
and the `cgp` [changelog](https://github.com/contextgeneric/cgp/blob/v0.2.0/CHANGELOG.md#v020-2025-12-08).
Expand Down
Loading

0 comments on commit 4414c12

Please sign in to comment.