Skip to content

Commit

Permalink
release: bumps wdl-macros version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Dec 17, 2023
1 parent f63c188 commit 498b954
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions wdl-macros/CHANGELOG.md
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.
11 changes: 7 additions & 4 deletions wdl-macros/Cargo.toml
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

0 comments on commit 498b954

Please sign in to comment.