From bbc17f31170d4f7e55055ce57238ea1b784f876e Mon Sep 17 00:00:00 2001 From: Scott Godwin Date: Fri, 9 Mar 2018 18:28:18 -0500 Subject: [PATCH] v0.5.0 --- Cargo.toml | 2 +- RELEASES.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 RELEASES.md diff --git a/Cargo.toml b/Cargo.toml index bf69b49..b4a02ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "webidl" readme = "README.md" repository = "https://github.com/sgodwincs/webidl-rs" -version = "0.4.1" +version = "0.5.0" exclude = ["tests/*.zip", "src/parser/grammar.rs"] [build-dependencies] diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..84cc45f --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,3 @@ +# 0.5.0 + + - Reduced package size by excluding `mozilla_webidls.zip` and upgrading `lalrpop` to `0.14.0` ([#12](https://github.com/sgodwincs/webidl-rs/pull/12))