Skip to content

Commit

Permalink
Release v0.3.1 (#61)
Browse files Browse the repository at this point in the history
* Release v0.3.1

* Update changelog
  • Loading branch information
soareschen authored Jan 16, 2025
1 parent 3581ab5 commit 19c239d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.3.1 (2025-01-16)

- Update Rust MSRV to v1.84 - [#58](https://github.com/contextgeneric/cgp/pull/58)

- Add `HasAsyncErrorType` to prelude - [#59](https://github.com/contextgeneric/cgp/pull/59)

- Add `CanRaiseAsyncError` and `CanWrapAsyncError` to `cgp-error` and prelude - [#60](https://github.com/contextgeneric/cgp/pull/60)


## v0.3.0 (2025-01-08)

- Introduce Accessor Component Macros - [#56](https://github.com/contextgeneric/cgp/pull/55)
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cgp-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ cgp-async = { version = "0.3.0", default-features = false }
cgp-component = { version = "0.3.0" }
cgp-component-macro = { version = "0.3.0" }
cgp-type = { version = "0.3.0" }
cgp-error = { version = "0.3.0" }
cgp-error = { version = "0.3.1" }
cgp-field = { version = "0.3.0" }
cgp-field-macro = { version = "0.3.0" }
2 changes: 1 addition & 1 deletion crates/cgp-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cgp-error"
version = "0.3.0"
version = "0.3.1"
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 19c239d

Please sign in to comment.