diff --git a/.changes/initial-release.md b/.changes/initial-release.md deleted file mode 100644 index 79b0f00..0000000 --- a/.changes/initial-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"i18n": minor -"workshop-bot": minor ---- -Add initial changelog \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..61c8c88 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## \[0.1.0] + +- Add initial changelog + - [24ac822](https://github.com/SSPS-KB/workshop-bot/commit/24ac82277f37d9e77cedfb5efe95b4444913d000) ci: add covector ([#1](https://github.com/SSPS-KB/workshop-bot/pull/1)) on 2023-02-05 diff --git a/Cargo.toml b/Cargo.toml index 5ffe857..32470de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ lib = { } [package] name = "workshop-bot" -version = "0.0.1" +version = "0.1.0" edition = "2021" publish = false diff --git a/crates/i18n/CHANGELOG.md b/crates/i18n/CHANGELOG.md new file mode 100644 index 0000000..61c8c88 --- /dev/null +++ b/crates/i18n/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## \[0.1.0] + +- Add initial changelog + - [24ac822](https://github.com/SSPS-KB/workshop-bot/commit/24ac82277f37d9e77cedfb5efe95b4444913d000) ci: add covector ([#1](https://github.com/SSPS-KB/workshop-bot/pull/1)) on 2023-02-05 diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index 468c1f2..a0ea64b 100644 --- a/crates/i18n/Cargo.toml +++ b/crates/i18n/Cargo.toml @@ -1,15 +1,13 @@ [package] name = "i18n" -version = "0.0.1" +version = "0.1.0" edition = "2021" publish = false [lib] proc-macro = true -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] serde_json = "1.0.92" anyhow = "1.0.69" -quote = "1.0.23" \ No newline at end of file +quote = "1.0.23"