Skip to content

Commit

Permalink
Release 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Jul 26, 2022
1 parent 58ac796 commit e1a7931
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.11.7] - 2022-07-26
### Added
- Ability to set a stroke outline on frames. [#255](https://github.com/jonhoo/inferno/pull/255)

### Changed
- Improved text positioning for right-aligned text. [#254](https://github.com/jonhoo/inferno/pull/254)

## [0.11.6] - 2022-06-22
### Changed
- Don't quote generic font families in CSS. [#252](https://github.com/jonhoo/inferno/pull/252)
Expand Down Expand Up @@ -215,7 +222,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.6...HEAD
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.11.7...HEAD
[0.11.7]: https://github.com/jonhoo/inferno/compare/v0.11.6...v0.11.7
[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
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.6"
version = "0.11.7"
edition = "2021"
authors = ["Jon Gjengset <[email protected]>"]

Expand Down

0 comments on commit e1a7931

Please sign in to comment.