@@ -5,15 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
89### Added
910
1011### Changed
1112
12- - Remove ` quick_xml::Error ` from the public API. [ #332 ] ( https://github.com/jonhoo/inferno/pull/332 )
13- - Remove reliance on the ` is_terminal ` crate. [ #301 ] ( https://github.com/jonhoo/inferno/pull/301 )
13+ ### Deprecated
1414
1515### Removed
1616
17+ ### Fixed
18+
19+ ### Security
20+
21+ ## [ 0.12.0] - 2024-11-19
22+
23+ This is a breaking change since we've changed inferno's error type. It
24+ no longer directly exposes ` quick_xml ` , which will allow us to adopt new
25+ versions of ` quick_xml ` (or indeed change the XML crate altogether
26+ should we wish) without a breaking change in the future. For most users,
27+ this change should be an easy upgrade.
28+
29+ ### Changed
30+
31+ - Remove ` quick_xml::Error ` from the public API. [ #332 ] ( https://github.com/jonhoo/inferno/pull/332 )
32+ - Remove reliance on the ` is_terminal ` crate. [ #301 ] ( https://github.com/jonhoo/inferno/pull/301 )
33+
1734## [ 0.11.21] - 2024-08-03
1835### Added
1936
@@ -318,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
318335- Moved to ` IndexMap ` and FNV hashing ([ #127 ] ( https://github.com/jonhoo/inferno/pull/127 ) )
319336- Moved CI to Azure DevOps Pipelines
320337
321- [ Unreleased ] : https://github.com/jonhoo/inferno/compare/v0.11.21...HEAD
338+ [ Unreleased ] : https://github.com/jonhoo/inferno/compare/v0.12.0...HEAD
339+ [ 0.12.0 ] : https://github.com/jonhoo/inferno/compare/v0.11.21...v0.12.0
322340[ 0.11.21 ] : https://github.com/jonhoo/inferno/compare/v0.11.20...v0.11.21
323341[ 0.11.20 ] : https://github.com/jonhoo/inferno/compare/v0.11.19...v0.11.20
324342[ 0.11.19 ] : https://github.com/jonhoo/inferno/compare/v0.11.18...v0.11.19
0 commit comments