File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
3434## [ Unreleased] - ReleaseDate
3535
36+ ## [ 0.2.1] - 2025-12-22
37+
3638## [ 0.2.0] - 2023-04-21
3739
3840### Added ⭐
@@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6062- Pretty-printer with (styled and hyperlinked) HTML output.
6163
6264<!-- next-url -->
63- [ Unreleased ] : https://github.com/EmbarkStudios/spirt/compare/0.2.0...HEAD
65+ [ Unreleased ] : https://github.com/rust-gpu/spirt/compare/0.2.1...HEAD
66+ [ 0.2.1 ] : https://github.com/EmbarkStudios/spirt/compare/0.2.0...0.2.1
6467[ 0.2.0 ] : https://github.com/EmbarkStudios/spirt/compare/0.1.0...0.2.0
6568<!-- HACK(eddyb) `0.0.0` doesn't exist as a "tag before the initial commit", but
6669 the commit hash referenced here is the newest from `opensource-template`,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "spirt"
33description = " Shader-focused IR to target, transform and translate from."
44repository = " https://github.com/rust-gpu/spirt/tree/v0.2"
55homepage = " https://github.com/rust-gpu/spirt"
6- version = " 0.2.0 "
6+ version = " 0.2.1 "
77authors = [
" Embark <[email protected] >" ]
88edition = " 2021"
99license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments