Skip to content

Commit 498b954

Browse files
committed
release: bumps wdl-macros version to v0.1.0
1 parent f63c188 commit 498b954

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

wdl-macros/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## 0.1.0 — 12-17-2023
4+
5+
### Added
6+
7+
* Adds initial version.

wdl-macros/Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[package]
22
name = "wdl-macros"
3-
license.workspace = true
3+
version = "0.1.0"
4+
authors = ["Clay McLeod <[email protected]>"]
45
edition.workspace = true
5-
version.workspace = true
6-
7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
6+
license.workspace = true
7+
description = "Macros used within the `wdl` crate ecosystem."
8+
homepage = "https://github.com/stjude-rust-labs/wdl"
9+
repository = "https://github.com/stjude-rust-labs/wdl"
10+
documentation = "https://docs.rs/wdl-macros"
811

912
[dependencies]
1013
pest.workspace = true

0 commit comments

Comments
 (0)