Skip to content

Commit db9ded6

Browse files
committed
release: v0.5.1
1 parent 27d7cad commit db9ded6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9-
## [0.5.0] - 2025-02-09
9+
## [0.5.1] - 2025-02-07
10+
11+
### Added
12+
13+
- More wheels ([#28](https://github.com/gadomski/stacrs/pull/28))
14+
15+
## [0.5.0] - 2025-02-06
1016

1117
### Changed
1218

@@ -103,7 +109,8 @@ Non-functional release to fix releasing from Github actions.
103109

104110
Initial release.
105111

106-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.0...main
112+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.1...main
113+
[0.5.1]: https://github.com/gadomski/stacrs/compare/v0.5.0...v0.5.1
107114
[0.5.0]: https://github.com/gadomski/stacrs/compare/v0.4.0...v0.5.0
108115
[0.4.0]: https://github.com/gadomski/stacrs/compare/v0.3.0...v0.4.0
109116
[0.3.0]: https://github.com/gadomski/stacrs/releases/tag/v0.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacrs"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)