Skip to content

Commit

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

## v0.3.0 (pre-release)

- Implement `ErrorWrapper` on generic `ErrorRaiser` providers - [#54](https://github.com/contextgeneric/cgp/pull/54)
- Implement `ErrorWrapper` for the following providers: `DebugError`, `DisplayError`,
`DebugAnyhowError`, `DisplayAnyhowError`, `RaiseAnyhowError`,
`DebugEyreError`, `DisplayEyreError`, `RaiseEyreError`,
`DebugBoxedStdError`, `DisplayBoxedStdError`.

- Reorganize crate exports - [#53](https://github.com/contextgeneric/cgp/pull/53)
- Move generic error providers to the `cgp-error-extra` crate.
- Add an `alloc` feature to `cgp-error-extra` to enable use of `alloc` in providers.
Expand Down

0 comments on commit e07e52d

Please sign in to comment.