Skip to content

Commit 57c8220

Browse files
authored
Release 0.12.3 with #343 (#346)
1 parent 903356e commit 57c8220

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Security
2020

21+
## [0.12.3] - 2025-07-05
22+
23+
### Changed
24+
25+
- Fix for consumers trying to use `-Zminimal-versions`. [#343](https://github.com/jonhoo/inferno/pull/343)
26+
2127
## [0.12.2] - 2025-03-22
2228

2329
### Added
@@ -347,7 +353,10 @@ this change should be an easy upgrade.
347353
- Moved to `IndexMap` and FNV hashing ([#127](https://github.com/jonhoo/inferno/pull/127))
348354
- Moved CI to Azure DevOps Pipelines
349355

350-
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.12.0...HEAD
356+
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.12.3...HEAD
357+
[0.12.3]: https://github.com/jonhoo/inferno/compare/v0.12.2...v0.12.3
358+
[0.12.2]: https://github.com/jonhoo/inferno/compare/v0.12.1...v0.12.2
359+
[0.12.1]: https://github.com/jonhoo/inferno/compare/v0.12.0...v0.12.1
351360
[0.12.0]: https://github.com/jonhoo/inferno/compare/v0.11.21...v0.12.0
352361
[0.11.21]: https://github.com/jonhoo/inferno/compare/v0.11.20...v0.11.21
353362
[0.11.20]: https://github.com/jonhoo/inferno/compare/v0.11.19...v0.11.20

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inferno"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
edition = "2021"
55
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
66
rust-version = "1.71.0"

0 commit comments

Comments
 (0)