Skip to content

Commit

Permalink
Release 0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Sep 26, 2024
1 parent c1525ef commit 82cc8b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Publish
on:
push:
tags:
paths: "/Cargo.toml"
paths:
- "/Cargo.toml"
- "/runtime/Cargo.toml"

jobs:
Publish:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "saxaboom"
version = "0.1.0+irconverter-2.0"
version = "0.2.0-beta.1+irconverter-2.0.4"
authors = ["Traverse Research <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
saxaboom = "0.1.0"
saxaboom = "0.2.0-beta.1"
```

Example to compile `DXIL` to `metallib`:
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "saxaboom-runtime"
version = "0.1.0+irconverter-2.0"
version = "0.2.0-beta.1+irconverter-2.0.4"
authors = ["Traverse Research <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
saxaboom-runtime = "0.1.0"
saxaboom-runtime = "0.2.0-beta.1"
```

Example to create a descriptor to a buffer:
Expand Down

0 comments on commit 82cc8b1

Please sign in to comment.