Skip to content

Commit

Permalink
Release 0.10.7 with upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Sep 2, 2021
1 parent 8516c57 commit 410018b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inferno"
version = "0.10.6"
version = "0.10.7"
edition = "2018"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

Expand Down

0 comments on commit 410018b

Please sign in to comment.