Skip to content

Commit

Permalink
Release 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Jun 23, 2022
1 parent d6a6e21 commit c9c07d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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
- Don't quote generic font families in CSS. [#252](https://github.com/jonhoo/inferno/pull/252)

### Removed

## [0.11.6] - 2022-06-22
### Changed
- Don't quote generic font families in CSS. [#252](https://github.com/jonhoo/inferno/pull/252)

## [0.11.5] - 2022-06-18
### Changed
- Moved from `lazy_static` to `once_cell`. [#249](https://github.com/jonhoo/inferno/pull/249)
Expand Down Expand Up @@ -212,7 +215,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.5...HEAD
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.11.6...HEAD
[0.11.6]: https://github.com/jonhoo/inferno/compare/v0.11.5...v0.11.6
[0.11.5]: https://github.com/jonhoo/inferno/compare/v0.11.4...v0.11.5
[0.11.4]: https://github.com/jonhoo/inferno/compare/v0.11.3...v0.11.4
[0.11.3]: https://github.com/jonhoo/inferno/compare/v0.11.2...v0.11.3
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.11.5"
version = "0.11.6"
edition = "2021"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

Expand Down

0 comments on commit c9c07d2

Please sign in to comment.