Skip to content

Commit be7ed4e

Browse files
committed
limit keywords to 5 per crates.io requirements
1 parent 0e8f2eb commit be7ed4e

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org).
66

7-
## [0.2.0] - 2022-12-10
7+
## [0.2.1] - 2022-12-10
88

99
### Changed
1010

@@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](https://semver.org).
1313
- MSRV updated to Rust 1.49, and new MSRV policy defined: updates will be considered a breaking
1414
change.
1515

16+
## [0.2.0] - 2022-12-10
17+
18+
This release encountered a publishing issue.
19+
1620
## [0.1.2] - 2022-01-19
1721

1822
- Update links to new repository location.
@@ -25,6 +29,7 @@ This project adheres to [Semantic Versioning](https://semver.org).
2529

2630
- Initial release.
2731

32+
[0.2.1]: https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.2.1
2833
[0.2.0]: https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.2.0
2934
[0.1.2]: https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.1.2
3035
[0.1.1]: https://github.com/sunshowers-code/enable-ansi-support/releases/tag/0.1.1

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ license = "MIT"
77
readme = "README.md"
88
repository = "https://github.com/sunshowers-code/enable-ansi-support"
99
rust-version = "1.49"
10-
keywords = [
11-
"ansi",
12-
"windows",
13-
"console",
14-
"terminal",
15-
"color",
16-
"enable-ansi-support",
17-
]
10+
keywords = ["ansi", "windows", "console", "terminal", "color"]
1811
categories = ["command-line-interface", "os::windows-apis"]
1912

2013
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)