From 498b954986b12c6305f639dfa518a2cee99995fb Mon Sep 17 00:00:00 2001 From: Clay McLeod Date: Sun, 17 Dec 2023 16:12:01 -0600 Subject: [PATCH] release: bumps `wdl-macros` version to v0.1.0 --- wdl-macros/CHANGELOG.md | 7 +++++++ wdl-macros/Cargo.toml | 11 +++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 wdl-macros/CHANGELOG.md diff --git a/wdl-macros/CHANGELOG.md b/wdl-macros/CHANGELOG.md new file mode 100644 index 00000000..abdd0606 --- /dev/null +++ b/wdl-macros/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 0.1.0 — 12-17-2023 + +### Added + +* Adds initial version. \ No newline at end of file diff --git a/wdl-macros/Cargo.toml b/wdl-macros/Cargo.toml index 3af7228f..f4c58b4d 100644 --- a/wdl-macros/Cargo.toml +++ b/wdl-macros/Cargo.toml @@ -1,10 +1,13 @@ [package] name = "wdl-macros" -license.workspace = true +version = "0.1.0" +authors = ["Clay McLeod "] 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 \ No newline at end of file