Skip to content

Commit

Permalink
Release 0.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Apr 30, 2024
1 parent 7c2b0f2 commit f4a68a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "adlx"
version = "0.0.0"
version = "0.0.0-alpha.1"
authors = ["Traverse Research <[email protected]>"]
edition = "2021"
license = "MIT"
homepage = "https://traverseresearch.nl"
repository = "https://github.com/Traverse-Research/adlx-rs"
description = "Bindings for AMd's Device Library eXtra"
description = "Bindings for AMD's Device Library eXtra"
include = ["src", "LICENSE"]
categories = ["api-bindings"] #, "external-ffi-bindings", "rendering::graphics-api"] # https://crates.io/category_slugs
categories = ["api-bindings", "external-ffi-bindings", "graphics"] # https://crates.io/category_slugs
keywords = ["amd", "adlx", "gpu"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion 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]
adlx = "0.0.0"
adlx = "0.0.0-alpha.1"
```

## Code example
Expand Down
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sign-tag = true
publish = false

pre-release-replacements = [
{ file = "README.md", search = "adlx-rs = .*", replace = "{{crate_name}} = \"{{version}}\"" },
{ file = "README.md", search = "adlx = .*", replace = "{{crate_name}} = \"{{version}}\"" },
]

# cargo-release only allows using {{version}} in the commit title when creating one
Expand Down

0 comments on commit f4a68a9

Please sign in to comment.