Skip to content

Commit eb1d9f8

Browse files
chore: patch bump to v0.25.1 (#261)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d37bc85 commit eb1d9f8

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
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.25.1] - 2025-09-11
11+
1012
### Fixed
1113

1214
- Improved performance of ProgramAccount discriminant validation (#260)
@@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6365

6466
- Additional documentation improvements (#223).
6567

66-
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.25.0...HEAD
68+
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.25.1...HEAD
69+
[0.25.1]: https://github.com/staratlasmeta/star_frame/compare/v0.25.0...v0.25.1
6770
[0.25.0]: https://github.com/staratlasmeta/star_frame/compare/v0.24.2...v0.25.0
6871
[0.24.2]: https://github.com/staratlasmeta/star_frame/compare/v0.24.1...v0.24.2
6972
[0.24.1]: https://github.com/staratlasmeta/star_frame/compare/v0.24.0...v0.24.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.25.0"
6+
version = "0.25.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.25.0" }
16-
star_frame_idl = { path = "star_frame_idl", version = "0.25.0" }
17-
star_frame_spl = { path = "star_frame_spl", version = "0.25.0" }
18-
star_frame_proc = { path = "star_frame_proc", version = "0.25.0" }
15+
star_frame = { path = "star_frame", version = "0.25.1" }
16+
star_frame_idl = { path = "star_frame_idl", version = "0.25.1" }
17+
star_frame_spl = { path = "star_frame_spl", version = "0.25.1" }
18+
star_frame_proc = { path = "star_frame_proc", version = "0.25.1" }
1919

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

star_frame_cli/src/template/cargo_toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ codegen-units = 1
2626
[dependencies]
2727
borsh = { version = "1.5.7", features = ["derive"] }
2828
bytemuck = { version = "^1.22.0", features = ["extern_crate_std", "min_const_generics", "derive"] }
29-
star_frame = { version = "0.25.0" }
29+
star_frame = { version = "0.25.1" }
3030

3131
[dev-dependencies]
3232
codama-nodes = { version = "^0.4.0" }

0 commit comments

Comments
 (0)