Skip to content

Commit 46dbd5b

Browse files
chore: release v0.24.2 (#253)
* chore: patch bump to v0.24.2 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sammy Harris <[email protected]>
1 parent addc87f commit 46dbd5b

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.24.2] - 2025-09-06
11+
1012
### Fixed
1113

1214
- Updated star_frame version in template (#252)
@@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4042

4143
- Additional documentation improvements (#223).
4244

43-
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.24.1...HEAD
45+
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.24.2...HEAD
46+
[0.24.2]: https://github.com/staratlasmeta/star_frame/compare/v0.24.1...v0.24.2
4447
[0.24.1]: https://github.com/staratlasmeta/star_frame/compare/v0.24.0...v0.24.1
4548
[0.24.0]: https://github.com/staratlasmeta/star_frame/compare/v0.23.1...v0.24.0
4649
[0.23.1]: https://github.com/staratlasmeta/star_frame/compare/v0.23.0...v0.23.1

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "3"
33
members = ["star_*", "example_programs/*"]
44

55
[workspace.package]
6-
version = "0.24.1"
6+
version = "0.24.2"
77
edition = "2021"
88
publish = true
99
rust-version = "1.84.1"
@@ -12,10 +12,10 @@ repository = "https://github.com/staratlasmeta/star_frame"
1212

1313
[workspace.dependencies]
1414
# Keep the version in sync with the workspace.package.version
15-
star_frame = { path = "star_frame", version = "0.24.1" }
16-
star_frame_idl = { path = "star_frame_idl", version = "0.24.1" }
17-
star_frame_spl = { path = "star_frame_spl", version = "0.24.1" }
18-
star_frame_proc = { path = "star_frame_proc", version = "0.24.1" }
15+
star_frame = { path = "star_frame", version = "0.24.2" }
16+
star_frame_idl = { path = "star_frame_idl", version = "0.24.2" }
17+
star_frame_spl = { path = "star_frame_spl", version = "0.24.2" }
18+
star_frame_proc = { path = "star_frame_proc", version = "0.24.2" }
1919

2020
# Non workspace crates
2121
advancer = "^0.1.0"

0 commit comments

Comments
 (0)