File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " spirt"
33description = " 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 "
55homepage = " https://github.com/EmbarkStudios/spirt"
6- version = " 0.1 .0"
6+ version = " 0.2 .0"
77authors = [" Embark <opensource@embark-studios.com>" ]
88edition = " 2021"
99license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments