Skip to content

Commit c867ce1

Browse files
chore(main): release 0.4.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b46c7f commit c867ce1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/rezigned/keymap-rs/compare/v0.3.0...v0.4.0) (2023-10-11)
4+
5+
6+
### Features
7+
8+
* Convert from Backend::Key to Node ([#10](https://github.com/rezigned/keymap-rs/issues/10)) ([2b46c7f](https://github.com/rezigned/keymap-rs/commit/2b46c7fe0fa4ec0f23555642c3f1464544cf59d4))
9+
310
## [0.3.0](https://github.com/rezigned/keymap-rs/compare/v0.2.0...v0.3.0) (2023-09-24)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "keymap"
33
description = "A library for parsing terminal input events from configuration"
44
authors = ["Marut Khumtong <[email protected]>"]
5-
version = "0.3.0"
5+
version = "0.4.0"
66
homepage = "https://github.com/rezigned/keymap-rs"
77
repository = "https://github.com/rezigned/keymap-rs"
88
edition = "2021"

0 commit comments

Comments
 (0)