Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Jan 5, 2025
1 parent 85e3951 commit e2c7642
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## v0.3.0 (pre-release)

- Move `cgp-inner` to `cgp-extra` - [#51](https://github.com/contextgeneric/cgp/pull/51)
- Remove re-export of `cgp-inner` from `cgp-core`.
- Re-export `cgp-inner` and `cgp-runtime` from `cgp-extra`.

- Introduce `cgp-runtime` crate - [#50](https://github.com/contextgeneric/cgp/pull/50)
- Introduce the `HasRuntimeType` and `HasRuntime` traits.
- Introduce `HasAsyncRuntimeType` trait used for adding `Async` constraint to `HasRuntimeType::Error`.

- Error crates refactoring - [#48](https://github.com/contextgeneric/cgp/pull/48)
- Remove `Async` trait bound from `HasErrorType::Error`.
- Introduce `HasAsyncErrorType` trait used for adding `Async` constraint to `HasErrorType::Error`.
Expand Down

0 comments on commit e2c7642

Please sign in to comment.