Skip to content

Commit 219f34c

Browse files
committed
include changelog in package
1 parent 3900659 commit 219f34c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keybinds"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
edition = "2021"
55
authors = ["rhysd <[email protected]>"]
66
description = "Platform&Framework-agnostic key binding (keyboard shortcut) dispatcher, parser, and generator"
@@ -16,6 +16,7 @@ include = [
1616
"/doc",
1717
"/LICENSE.txt",
1818
"/README.md",
19+
"/CHANGELOG.md",
1920
]
2021

2122
[[example]]

0 commit comments

Comments
 (0)