Skip to content

Commit b80a0cf

Browse files
Release v0.12.0 (#124)
1 parent 94af9f6 commit b80a0cf

File tree

4 files changed

+51
-43
lines changed

4 files changed

+51
-43
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.12.0] - Unreleased
8+
## [Unreleased]
9+
10+
## [0.12.0] - 2026-02-07
911

1012
### Added
1113

1214
- Added support for formatting the error sources for a context [#94](https://github.com/rootcause-rs/rootcause/pull/94).
1315
- This adds new fields to the `ContextFormattingStyle` and the `DefaultReportFormatter`.
16+
- Added support for mutating attachments [#116](https://github.com/rootcause-rs/rootcause/pull/116).
17+
18+
### Fixed
19+
20+
- Fixed some issues with using rootcause-backtrace on windows [#118](https://github.com/rootcause-rs/rootcause/pull/94), [#120](https://github.com/rootcause-rs/rootcause/pull/120), [#121](https://github.com/rootcause-rs/rootcause/pull/121).
1421

1522
## [0.11.1] - 2026-01-03
1623

@@ -171,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171178

172179
- Initial release
173180

174-
[0.12.0]: https://github.com/rootcause-rs/rootcause/compare/v0.11.1...HEAD
181+
[Unreleased]: https://github.com/rootcause-rs/rootcause/compare/v0.12.0...HEAD
182+
[0.12.0]: https://github.com/rootcause-rs/rootcause/compare/v0.11.1...v0.12.0
175183
[0.11.1]: https://github.com/rootcause-rs/rootcause/compare/v0.11.0...v0.11.1
176184
[0.11.0]: https://github.com/rootcause-rs/rootcause/compare/v0.10.0...v0.11.0
177185
[0.10.0]: https://github.com/rootcause-rs/rootcause/compare/v0.9.1...v0.10.0

Cargo.lock

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Add this to your `Cargo.toml`:
226226

227227
```toml
228228
[dependencies]
229-
rootcause = "0.11.1"
229+
rootcause = "0.12.0"
230230
```
231231

232232
Use `Report` as your error type:
@@ -307,7 +307,7 @@ The split between `rootcause` and `rootcause-internals` provides a clean API bou
307307

308308
## Stability and Roadmap
309309

310-
**Current status:** Pre-1.0 (v0.11.1)
310+
**Current status:** Pre-1.0 (v0.12.0)
311311

312312
rootcause follows semantic versioning. As a 0.x library, breaking changes may occur in minor version bumps (0.x → 0.x+1). We're actively refining the API based on real-world usage and focused on reaching 1.0.
313313

rootcause-tracing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Add to your `Cargo.toml`:
2222

2323
```toml
2424
[dependencies]
25-
rootcause = "0.11.1"
26-
rootcause-tracing = "0.11.1"
25+
rootcause = "0.12.0"
26+
rootcause-tracing = "0.12.0"
2727
tracing = "0.1.44"
2828
tracing-subscriber = "0.3.22"
2929
```

0 commit comments

Comments
 (0)