Skip to content

Commit d9579c9

Browse files
committed
Release 0.2.0
1 parent bc539b8 commit d9579c9

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.0] - 2023-04-21
37+
3638
### Added ⭐
3739
- [PR#24](https://github.com/EmbarkStudios/spirt/pull/24) added `qptr` ("quasi-pointer") type
3840
and associated passes to destroy and recreate pointer-related type information
@@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5860
- Pretty-printer with (styled and hyperlinked) HTML output.
5961

6062
<!-- next-url -->
61-
[Unreleased]: https://github.com/EmbarkStudios/spirt/compare/0.1.0...HEAD
63+
[Unreleased]: https://github.com/EmbarkStudios/spirt/compare/0.2.0...HEAD
64+
[0.2.0]: https://github.com/EmbarkStudios/spirt/compare/0.1.0...0.2.0
6265
<!-- HACK(eddyb) `0.0.0` doesn't exist as a "tag before the initial commit", but
6366
the commit hash referenced here is the newest from `opensource-template`,
6467
that predates `0.1.0`, i.e. the `opensource-template` parent of the merge

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "spirt"
33
description = "Shader-focused IR to target, transform and translate from."
4-
repository = "https://github.com/EmbarkStudios/spirt"
4+
repository = "https://github.com/EmbarkStudios/spirt/tree/0.2.0"
55
homepage = "https://github.com/EmbarkStudios/spirt"
6-
version = "0.1.0"
6+
version = "0.2.0"
77
authors = ["Embark <opensource@embark-studios.com>"]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)