Skip to content

Commit

Permalink
Bump cursive-core to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Aug 5, 2024
1 parent d9a34e3 commit ae74d58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## cursive-core 0.4.4

- Implement more standalone blueprints
- Panel and PaddedView blueprints now use `view` instead of `child`
- Implement Debug for `builder::Context`

## cursive-core 0.4.3

- Implement `Resolvable` for more types.
Expand Down
2 changes: 1 addition & 1 deletion cursive-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "cursive_core"
readme = "README.md"
repository = "https://github.com/gyscos/cursive"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
rust-version = "1.61"
include = ["src/**/*", "LICENSE", "README.md"]
Expand Down

0 comments on commit ae74d58

Please sign in to comment.