-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: bumps
wdl-macros
version to v0.1.0
- Loading branch information
1 parent
f63c188
commit 498b954
Showing
2 changed files
with
14 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
## 0.1.0 — 12-17-2023 | ||
|
||
### Added | ||
|
||
* Adds initial version. |
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 |
---|---|---|
@@ -1,10 +1,13 @@ | ||
[package] | ||
name = "wdl-macros" | ||
license.workspace = true | ||
version = "0.1.0" | ||
authors = ["Clay McLeod <[email protected]>"] | ||
edition.workspace = true | ||
version.workspace = true | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
license.workspace = true | ||
description = "Macros used within the `wdl` crate ecosystem." | ||
homepage = "https://github.com/stjude-rust-labs/wdl" | ||
repository = "https://github.com/stjude-rust-labs/wdl" | ||
documentation = "https://docs.rs/wdl-macros" | ||
|
||
[dependencies] | ||
pest.workspace = true |