Skip to content

Commit df698e8

Browse files
chore(main): release 0.2.1
1 parent e9921d8 commit df698e8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/first-fluke/cratos/compare/v0.2.0...v0.2.1) (2026-03-10)
4+
5+
6+
### CI/CD
7+
8+
* fix release tag format to v* without component prefix ([e9921d8](https://github.com/first-fluke/cratos/commit/e9921d8c54d7339c57c27b0e469617545f4f90f6))
9+
310
## [0.2.0](https://github.com/first-fluke/cratos/compare/cratos-v0.1.4...cratos-v0.2.0) (2026-03-10)
411

512

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
]
1616

1717
[workspace.package]
18-
version = "0.2.0"
18+
version = "0.2.1"
1919
edition = "2021"
2020
rust-version = "1.88"
2121
license = "MIT"

0 commit comments

Comments
 (0)