@@ -5,15 +5,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
8
9
### Added
9
10
10
11
### Changed
11
12
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
14
14
15
15
### Removed
16
16
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
+
17
34
## [ 0.11.21] - 2024-08-03
18
35
### Added
19
36
@@ -318,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
318
335
- Moved to ` IndexMap ` and FNV hashing ([ #127 ] ( https://github.com/jonhoo/inferno/pull/127 ) )
319
336
- Moved CI to Azure DevOps Pipelines
320
337
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
322
340
[ 0.11.21 ] : https://github.com/jonhoo/inferno/compare/v0.11.20...v0.11.21
323
341
[ 0.11.20 ] : https://github.com/jonhoo/inferno/compare/v0.11.19...v0.11.20
324
342
[ 0.11.19 ] : https://github.com/jonhoo/inferno/compare/v0.11.18...v0.11.19
0 commit comments