Skip to content

Commit e080d8c

Browse files
chore(release): bump versions and changelogs
1 parent dbc649d commit e080d8c

File tree

10 files changed

+37
-18
lines changed

10 files changed

+37
-18
lines changed

.sampo/changesets/wily-queen-mielikki.md

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

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sampo-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sampo-core
22

3+
## 0.12.1 — 2026-02-07
4+
5+
### Patch changes
6+
7+
- [dbc649d](https://github.com/bruits/sampo/commit/dbc649d0a7dc899b26f19f1b86226af30902f84b) Fixed preserved changesets causing infinite release PR loop in prerelease mode — Thanks @rickmartensnl for your first contribution 🎉!
8+
39
## 0.12.0 — 2026-01-31
410

511
### Minor changes

crates/sampo-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sampo-core"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
license = "MIT"
55
authors = ["Goulven Clech <goulven.clech@protonmail.com>"]
66
edition = "2024"

crates/sampo-github-action/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sampo-github-action
22

3+
## 0.14.2 — 2026-02-07
4+
5+
### Patch changes
6+
7+
- Updated dependencies: sampo-core@0.12.1
8+
39
## 0.14.1 — 2026-02-06
410

511
### Patch changes

crates/sampo-github-action/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sampo-github-action"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
license = "MIT"
55
authors = ["Goulven Clech <goulven.clech@protonmail.com>"]
66
edition = "2024"
@@ -12,7 +12,7 @@ keywords = ["changeset", "versioning", "publishing", "semver", "monorepo"]
1212
categories = ["development-tools"]
1313

1414
[dependencies]
15-
sampo-core = { version = "0.12.0", path = "../sampo-core" }
15+
sampo-core = { version = "0.12.1", path = "../sampo-core" }
1616
thiserror = "1.0"
1717
glob = "0.3"
1818
rustc-hash = "2.0"

crates/sampo-github-bot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sampo-github-bot
22

3+
## 0.4.3 — 2026-02-07
4+
5+
### Patch changes
6+
7+
- Updated dependencies: sampo-core@0.12.1
8+
39
## 0.4.2 — 2026-01-31
410

511
### Patch changes

crates/sampo-github-bot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sampo-github-bot"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
license = "MIT"
55
authors = ["Goulven Clech <goulven.clech@protonmail.com>"]
66
edition = "2024"
@@ -26,4 +26,4 @@ thiserror = "1"
2626
jsonwebtoken = "9"
2727
base64 = "0.22"
2828
reqwest = { version = "0.11", features = ["json"] }
29-
sampo-core = { version = "0.12.0", path = "../sampo-core" }
29+
sampo-core = { version = "0.12.1", path = "../sampo-core" }

crates/sampo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sampo
22

3+
## 0.16.1 — 2026-02-07
4+
5+
### Patch changes
6+
7+
- Updated dependencies: sampo-core@0.12.1
8+
39
## 0.16.0 — 2026-01-31
410

511
### Minor changes

crates/sampo/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sampo"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
license = "MIT"
55
authors = ["Goulven Clech <goulven.clech@protonmail.com>"]
66
edition = "2024"
@@ -22,7 +22,7 @@ semver = "1.0.26"
2222
serde_json = "1.0"
2323
toml = "0.8"
2424
reqwest = { version = "0.12", features = ["json", "blocking"] }
25-
sampo-core = { version = "0.12.0", path = "../sampo-core" }
25+
sampo-core = { version = "0.12.1", path = "../sampo-core" }
2626
clap = { version = "4.5", features = ["derive"] }
2727
dialoguer = { version = "0.11", default-features = true }
2828
dirs = "6.0.0"

0 commit comments

Comments
 (0)