-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
~~_Opening as draft and only changing `CHANGELOG.md` because there's some release automation._~~ (**EDIT**: release already done, this PR just needs to *merge* the `0.4.0` tag into `main`) For the record, this is what I used for this release (same as previous SPIR-T releases): ```sh VERSION=0.4.0 bash -c 'cargo release $VERSION -x && sed -i -E "s|/tree/$VERSION||" Cargo.toml && git commit -m "Undo \`$VERSION\` \`package.repository\` change in \`Cargo.toml\`." -- Cargo.toml' ```
- Loading branch information
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "spirt" | |
description = "Shader-focused IR to target, transform and translate from." | ||
repository = "https://github.com/rust-gpu/spirt" | ||
homepage = "https://github.com/rust-gpu/spirt" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["SPIR-T developers", "Embark <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|