Skip to content

Commit b5d0716

Browse files
committed
Release 0.12.0
1 parent cf4f325 commit b5d0716

File tree

3 files changed

+135
-109
lines changed

3 files changed

+135
-109
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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+
### Deprecated
1314

1415
### Removed
1516

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+
1633
## [0.11.21] - 2024-08-03
1734
### Added
1835

@@ -317,7 +334,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
317334
- Moved to `IndexMap` and FNV hashing ([#127](https://github.com/jonhoo/inferno/pull/127))
318335
- Moved CI to Azure DevOps Pipelines
319336

320-
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.11.21...HEAD
337+
[Unreleased]: https://github.com/jonhoo/inferno/compare/v0.12.0...HEAD
338+
[0.12.0]: https://github.com/jonhoo/inferno/compare/v0.11.21...v0.12.0
321339
[0.11.21]: https://github.com/jonhoo/inferno/compare/v0.11.20...v0.11.21
322340
[0.11.20]: https://github.com/jonhoo/inferno/compare/v0.11.19...v0.11.20
323341
[0.11.19]: https://github.com/jonhoo/inferno/compare/v0.11.18...v0.11.19

0 commit comments

Comments
 (0)