File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "3"
33members = [" star_*" , " example_programs/*" ]
44
55[workspace .package ]
6- version = " 0.24.1 "
6+ version = " 0.24.2 "
77edition = " 2021"
88publish = true
99rust-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
2121advancer = " ^0.1.0"
You can’t perform that action at this time.
0 commit comments