diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c468a..4f12732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/rezigned/keymap-rs/compare/v0.4.0...v0.4.1) (2024-11-24) + + +### Bug Fixes + +* update dependencies ([#12](https://github.com/rezigned/keymap-rs/issues/12)) ([2d0bfda](https://github.com/rezigned/keymap-rs/commit/2d0bfda90e3eff9c2b89079f1096f08de666b600)) + ## [0.4.0](https://github.com/rezigned/keymap-rs/compare/v0.3.0...v0.4.0) (2023-10-11) diff --git a/Cargo.toml b/Cargo.toml index 82c3fc4..604b215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "keymap" description = "A library for parsing terminal input events from configuration" authors = ["Marut Khumtong "] -version = "0.4.0" +version = "0.4.1" homepage = "https://github.com/rezigned/keymap-rs" repository = "https://github.com/rezigned/keymap-rs" edition = "2021"