Skip to content

Commit 4c56dc8

Browse files
chore: patch bump to v0.26.2 (#282)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 368c9e7 commit 4c56dc8

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.26.2] - 2025-10-15
11+
1012
### Fixed
1113

1214
- Reduced unsized map CU cost by 50% when key already exists (#281)
@@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
101103

102104
- Additional documentation improvements (#223).
103105

104-
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.26.1...HEAD
106+
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.26.2...HEAD
107+
[0.26.2]: https://github.com/staratlasmeta/star_frame/compare/v0.26.1...v0.26.2
105108
[0.26.1]: https://github.com/staratlasmeta/star_frame/compare/v0.26.0...v0.26.1
106109
[0.26.0]: https://github.com/staratlasmeta/star_frame/compare/v0.25.1...v0.26.0
107110
[0.25.1]: https://github.com/staratlasmeta/star_frame/compare/v0.25.0...v0.25.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.26.1"
6+
version = "0.26.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.26.1" }
16-
star_frame_idl = { path = "star_frame_idl", version = "0.26.1" }
17-
star_frame_spl = { path = "star_frame_spl", version = "0.26.1" }
18-
star_frame_proc = { path = "star_frame_proc", version = "0.26.1" }
15+
star_frame = { path = "star_frame", version = "0.26.2" }
16+
star_frame_idl = { path = "star_frame_idl", version = "0.26.2" }
17+
star_frame_spl = { path = "star_frame_spl", version = "0.26.2" }
18+
star_frame_proc = { path = "star_frame_proc", version = "0.26.2" }
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.26.1" }
29+
star_frame = { version = "0.26.2" }
3030

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

0 commit comments

Comments
 (0)