Skip to content

Commit bbc5db9

Browse files
authored
release: v0.5.2 (#33)
1 parent 3720c4a commit bbc5db9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.5.2] - 2025-02-07
10+
11+
### Changed
12+
13+
- Bundle by default ([#32](https://github.com/gadomski/stacrs/pull/32))
14+
915
## [0.5.1] - 2025-02-07
1016

1117
### Added
@@ -109,7 +115,8 @@ Non-functional release to fix releasing from Github actions.
109115

110116
Initial release.
111117

112-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.1...main
118+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.2...main
119+
[0.5.2]: https://github.com/gadomski/stacrs/compare/v0.5.1...v0.5.2
113120
[0.5.1]: https://github.com/gadomski/stacrs/compare/v0.5.0...v0.5.1
114121
[0.5.0]: https://github.com/gadomski/stacrs/compare/v0.4.0...v0.5.0
115122
[0.4.0]: https://github.com/gadomski/stacrs/compare/v0.3.0...v0.4.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.1"
3+
version = "0.5.2"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)