We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dea7f7 commit 476ff00Copy full SHA for 476ff00
crates/xterm-color/Cargo.toml
@@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0"
9
version = "1.0.0"
10
edition = "2021"
11
rust-version = "1.70.0"
12
+exclude = ["changelog.md"]
13
14
[lints]
15
workspace = true
crates/xterm-color/changelog.md
@@ -0,0 +1,4 @@
1
+# Changelog
2
+
3
+## 1.0.0
4
+Initial release
0 commit comments