From 410018b46983b1ee732f8e6f7f94f843b9de09d5 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Wed, 1 Sep 2021 17:06:59 -0700 Subject: [PATCH] Release 0.10.7 with upgraded dependencies --- CHANGELOG.md | 7 ++++++- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ecc90c..6f949883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.10.7] - 2021-09-01 +### Changed + - Upgraded internal dependencies. [#216](https://github.com/jonhoo/inferno/pull/216) + ## [0.10.6] - 2021-05-25 ### Changed - Highlight Rust async/await as user code. [#213](https://github.com/jonhoo/inferno/pull/213) @@ -158,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moved to `IndexMap` and FNV hashing ([#127](https://github.com/jonhoo/inferno/pull/127)) - Moved CI to Azure DevOps Pipelines -[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.10.6...HEAD +[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.10.7...HEAD +[0.10.7]: https://github.com/jonhoo/inferno/compare/v0.10.6...v0.10.7 [0.10.6]: https://github.com/jonhoo/inferno/compare/v0.10.5...v0.10.6 [0.10.5]: https://github.com/jonhoo/inferno/compare/v0.10.4...v0.10.5 [0.10.4]: https://github.com/jonhoo/inferno/compare/v0.10.3...v0.10.4 diff --git a/Cargo.toml b/Cargo.toml index 0e5d50e6..ad4b62a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inferno" -version = "0.10.6" +version = "0.10.7" edition = "2018" authors = ["Jon Gjengset "]