Skip to content

Commit a1c0ca1

Browse files
chore: minor bump to v0.27.0 (#292)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09bc5e9 commit a1c0ca1

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.27.0] - 2025-11-07
11+
1012
### Changed
1113

1214
- Improved ergonomics of indexing into UnsizedList by allowing direct use of RangeBounds instead of wrapping in a tuple. (#289)
@@ -122,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122124

123125
- Additional documentation improvements (#223).
124126

125-
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.26.3...HEAD
127+
[unreleased]: https://github.com/staratlasmeta/star_frame/compare/v0.27.0...HEAD
128+
[0.27.0]: https://github.com/staratlasmeta/star_frame/compare/v0.26.3...v0.27.0
126129
[0.26.3]: https://github.com/staratlasmeta/star_frame/compare/v0.26.2...v0.26.3
127130
[0.26.2]: https://github.com/staratlasmeta/star_frame/compare/v0.26.1...v0.26.2
128131
[0.26.1]: https://github.com/staratlasmeta/star_frame/compare/v0.26.0...v0.26.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.3"
6+
version = "0.27.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.26.3" }
16-
star_frame_idl = { path = "star_frame_idl", version = "0.26.3" }
17-
star_frame_spl = { path = "star_frame_spl", version = "0.26.3" }
18-
star_frame_proc = { path = "star_frame_proc", version = "0.26.3" }
15+
star_frame = { path = "star_frame", version = "0.27.0" }
16+
star_frame_idl = { path = "star_frame_idl", version = "0.27.0" }
17+
star_frame_spl = { path = "star_frame_spl", version = "0.27.0" }
18+
star_frame_proc = { path = "star_frame_proc", version = "0.27.0" }
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.3" }
29+
star_frame = { version = "0.27.0" }
3030

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

0 commit comments

Comments
 (0)