Skip to content

Commit a5e3d53

Browse files
chore: release v0.24.1 (#246)
## Release - Rust Crates: `v0.24.0` -> `v0.24.1`
1 parent d6dde2d commit a5e3d53

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
11+
## [0.24.1] - 2025-09-04
12+
1013
### Fixed
1114

1215
- Remove unnecessary `'static` bound on `InitFn` (#244)

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.0"
6+
version = "0.24.1"
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.0" }
16-
star_frame_idl = { path = "star_frame_idl", version = "0.24.0" }
17-
star_frame_spl = { path = "star_frame_spl", version = "0.24.0" }
18-
star_frame_proc = { path = "star_frame_proc", version = "0.24.0" }
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" }
1919

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

0 commit comments

Comments
 (0)