From 9d0c909a6b9d93c6313399f0fddcf0873b02f2cd Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Wed, 29 Mar 2023 16:12:42 +0200 Subject: [PATCH] Version 0.1.13 --- CHANGELOG.md | 6 ++++++ crates/mirror-mirror/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35c1cb..399765b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +# 0.1.13 (29. March, 2023) + +- **fixed:** Require less strict `speedy` version ([#114]) + +[#114]: https://github.com/EmbarkStudios/mirror-mirror/pull/114 + # 0.1.12 (21. March, 2023) - **change:** Update to syn 2.0 ([#113]) diff --git a/crates/mirror-mirror/Cargo.toml b/crates/mirror-mirror/Cargo.toml index 161a96c..93692f3 100644 --- a/crates/mirror-mirror/Cargo.toml +++ b/crates/mirror-mirror/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirror-mirror" -version = "0.1.12" +version = "0.1.13" edition = "2021" authors = ["Embark ", "David Pedersen "] repository = "https://github.com/EmbarkStudios/mirror-mirror"