diff --git a/CHANGELOG.md b/CHANGELOG.md index d63edffe..b6f8efd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/cursive-core/Cargo.toml b/cursive-core/Cargo.toml index 52f7c1d5..84de0fe0 100644 --- a/cursive-core/Cargo.toml +++ b/cursive-core/Cargo.toml @@ -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"]