Skip to content

Commit

Permalink
chore(actuate): release v0.6.0 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 19, 2024
1 parent a5df206 commit effbd6d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0](https://github.com/actuate-rs/actuate/compare/actuate-v0.5.0...actuate-v0.6.0) - 2024-11-19

### Other

- Drop tasks before scope
- Impl Data for HashMap
- Quick fix for executor context
- Add Composer::lock
- Fix docs for use_task
- Update examples
- Update examples
- Update CI
- Use additive features by default
- Impl more std traits for Cow and RefMap and add borrowing example
- Update tracing
- Clean up
- Update docs for use_context
- Merge with main
- Export text module
- Require Sync for pointers to impl Send

## [0.5.0](https://github.com/actuate-rs/actuate/compare/actuate-v0.4.0...actuate-v0.5.0) - 2024-11-18

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actuate"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A reactive user-interface framework"
Expand Down

0 comments on commit effbd6d

Please sign in to comment.