Skip to content

Commit 422378c

Browse files
chore(main): release 0.3.0 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3180c28 commit 422378c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/rezigned/keymap-rs/compare/v0.2.0...v0.3.0) (2023-09-24)
4+
5+
6+
### Features
7+
8+
* Expose 'parse' function ([#7](https://github.com/rezigned/keymap-rs/issues/7)) ([3180c28](https://github.com/rezigned/keymap-rs/commit/3180c28992f30de63a48b1d2647f99637e4d020d))
9+
310
## [0.2.0](https://github.com/rezigned/keymap-rs/compare/v0.1.0...v0.2.0) (2023-08-01)
411

512

Cargo.toml

+1-1
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.2.0"
5+
version = "0.3.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)