Skip to content

Commit f2c36ea

Browse files
Release v0.8.0 (#49)
1 parent 166a0e6 commit f2c36ea

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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.8.0] - Unreleased
8+
## [Unreleased]
9+
10+
## [0.8.0] - 2025-11-19
911

1012
### Added
1113

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

100102
- Initial release
101103

102-
[0.8.0]: https://github.com/rootcause-rs/rootcause/compare/v0.7.0...HEAD
104+
[Unreleased]: https://github.com/rootcause-rs/rootcause/compare/v0.8.0...HEAD
105+
[0.8.0]: https://github.com/rootcause-rs/rootcause/compare/v0.7.0...v0.8.0
103106
[0.7.0]: https://github.com/rootcause-rs/rootcause/compare/v0.6.0...v0.7.0
104107
[0.6.0]: https://github.com/rootcause-rs/rootcause/compare/v0.5.0...v0.6.0
105108
[0.5.0]: https://github.com/rootcause-rs/rootcause/compare/v0.4.3...v0.5.0

Cargo.lock

Lines changed: 4 additions & 4 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.7.0"
229+
rootcause = "0.8.0"
230230
```
231231

232232
Use `Report` as your error type:
@@ -293,7 +293,7 @@ This separation ensures that most unsafe operations are contained in a single, a
293293

294294
## Stability and Roadmap
295295

296-
**Current status:** Pre-1.0 (v0.7.0)
296+
**Current status:** Pre-1.0 (v0.8.0)
297297

298298
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.
299299

0 commit comments

Comments
 (0)