Skip to content

Commit a6b2233

Browse files
committed
Release 0.2.1
1 parent bf42bcc commit a6b2233

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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`,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "spirt"
33
description = "Shader-focused IR to target, transform and translate from."
44
repository = "https://github.com/rust-gpu/spirt/tree/v0.2"
55
homepage = "https://github.com/rust-gpu/spirt"
6-
version = "0.2.0"
6+
version = "0.2.1"
77
authors = ["Embark <[email protected]>"]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)