Skip to content

Commit

Permalink
Release 0.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Oct 11, 2022
1 parent 79b341e commit 8c0a28c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Reverted an internal cleanup from 0.11.8 to fix compilation. [#265](https://github.com/jonhoo/inferno/pull/265)

### Removed

## [0.11.10] - 2022-10-10
### Changed
- Update particularly-old dependencies.

## [0.11.9] - 2022-09-28
### Changed
- Reverted an internal cleanup from 0.11.8 to fix compilation. [#265](https://github.com/jonhoo/inferno/pull/265)
Expand Down Expand Up @@ -231,7 +234,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.11.9...HEAD
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.11.10...HEAD
[0.11.10]: https://github.com/jonhoo/inferno/compare/v0.11.9...v0.11.10
[0.11.9]: https://github.com/jonhoo/inferno/compare/v0.11.8...v0.11.9
[0.11.8]: https://github.com/jonhoo/inferno/compare/v0.11.7...v0.11.8
[0.11.7]: https://github.com/jonhoo/inferno/compare/v0.11.6...v0.11.7
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11.9"
version = "0.11.10"
edition = "2021"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

Expand Down

0 comments on commit 8c0a28c

Please sign in to comment.