From d7532136b7ffac76ee3ec33ec60e703b170fe5bc Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 11 Sep 2023 11:10:10 +0200 Subject: [PATCH] Version 0.1.16 --- CHANGELOG.md | 8 +++++++- crates/mirror-mirror/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c10a1..0d398b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- **added:** Add `reflect_eq` +- None, + +# 0.1.16 (11. September, 2023) + +- **added:** Add `reflect_eq` ([#126]) + +[#126]: https://github.com/EmbarkStudios/mirror-mirror/pull/126 # 0.1.15 (08. August, 2023) diff --git a/crates/mirror-mirror/Cargo.toml b/crates/mirror-mirror/Cargo.toml index a94a00e..00a0042 100644 --- a/crates/mirror-mirror/Cargo.toml +++ b/crates/mirror-mirror/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirror-mirror" -version = "0.1.15" +version = "0.1.16" edition = "2021" authors = ["Embark ", "David Pedersen "] repository = "https://github.com/EmbarkStudios/mirror-mirror"