Skip to content

Commit

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

### Changed
- Fix for Firefox canvas heigh unpredictability. [#242](https://github.com/jonhoo/inferno/pull/242)
- Update `quick-xml` to 0.23.

### Removed

## [0.11.4] - 2022-05-28
### Changed
- Fix for Firefox canvas heigh unpredictability. [#242](https://github.com/jonhoo/inferno/pull/242)
- Update `quick-xml` to 0.23.

## [0.11.3] - 2022-05-08
### Changed
- Fix handling of blank and comment lines in collapsed files. [#239](https://github.com/jonhoo/inferno/pull/239)
Expand Down Expand Up @@ -204,7 +207,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.3...HEAD
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.11.4...HEAD
[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
[0.11.2]: https://github.com/jonhoo/inferno/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/jonhoo/inferno/compare/v0.11.0...v0.11.1
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.3"
version = "0.11.4"
edition = "2021"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]

Expand Down

0 comments on commit b8b2f0d

Please sign in to comment.