Skip to content

Commit

Permalink
crux_core v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Jan 27, 2025
1 parent 5fa1c1a commit 71d6a0a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
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.

9 changes: 9 additions & 0 deletions crux_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ and this project adheres to

## [Unreleased]

## [0.11.2](https://github.com/redbadger/crux/compare/crux_core-v0.11.1...crux_core-v0.11.2) - 2025-01-27

### Other

- Make the SSE capability in counter example universal (usable in sync and async context) [#310](https://github.com/redbadger/crux/pull/310)
- add `#[must_use]` to `Command`
- Make CommandContext a public type
- add from/into helpers to Command

## [0.11.1](https://github.com/redbadger/crux/compare/crux_core-v0.11.0...crux_core-v0.11.1) - 2025-01-22

### Other
Expand Down
2 changes: 1 addition & 1 deletion crux_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crux_core"
description = "Cross-platform app development in Rust"
version = "0.11.1"
version = "0.11.2"
readme = "README.md"
authors.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/Cargo.lock

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

0 comments on commit 71d6a0a

Please sign in to comment.