Skip to content

Commit 3c3c04f

Browse files
chore: release v0.24.0 (#242)
## Release - Rust Crates: `v0.23.1` -> `v0.24.0`
1 parent 79fd30d commit 3c3c04f

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
### Added
13+
14+
15+
## [0.24.0] - 2025-09-04
16+
1017
### Added
1118

1219
- `BorshAccount` AccountSet (#225)

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

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

star_frame_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ clap = { workspace = true, features = ["derive", "env"]}
1616
colored = { workspace = true }
1717
anyhow = { workspace = true }
1818
convert_case = { workspace = true }
19-
solana-pubkey = { workspace = true }
19+
solana-pubkey = { workspace = true }

0 commit comments

Comments
 (0)