Skip to content

Commit 9dca8b4

Browse files
publish new versions (#2)
Co-authored-by: marekvospel <marekvospel@users.noreply.github.com>
1 parent 1fce9a6 commit 9dca8b4

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

.changes/initial-release.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## \[0.1.0]
4+
5+
- Add initial changelog
6+
- [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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lib = { }
22

33
[package]
44
name = "workshop-bot"
5-
version = "0.0.1"
5+
version = "0.1.0"
66
edition = "2021"
77
publish = false
88

crates/i18n/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## \[0.1.0]
4+
5+
- Add initial changelog
6+
- [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

crates/i18n/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
[package]
22
name = "i18n"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2021"
55
publish = false
66

77
[lib]
88
proc-macro = true
99

10-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11-
1210
[dependencies]
1311
serde_json = "1.0.92"
1412
anyhow = "1.0.69"
15-
quote = "1.0.23"
13+
quote = "1.0.23"

0 commit comments

Comments
 (0)