Skip to content

Commit 4f31367

Browse files
committed
chore(release): v0.1.2
1 parent adf8cb7 commit 4f31367

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project are documented here.
4+
This project adheres to [Semantic Versioning](https://semver.org) and
5+
[Conventional Commits](https://www.conventionalcommits.org).
6+
7+
## [0.1.2] - 2026-07-12
8+
9+
### Testing
10+
- Cover the remaining decode/serde/error branches
11+
12+
### CI
13+
- Add coverage gate failing under 80% line coverage- Enforce version increment in PRs (package.json / Cargo.toml)- Enforce Conventional Commits with commitlint on PRs- Enforce Conventional Commits with commitlint on PRs- Release automation (git-cliff changelog + tag on merge); publish is manual workflow_dispatch (#230)- Re-arm crates.io auto-publish on version tag (token in org secrets; auto-publish-everything #230)- Add flaky-test management (#489) (#2)
14+
15+
### Chores
16+
- **changelog:** Add git-cliff config for Conventional-Commit changelog
17+
18+
## [0.1.1] - 2026-04-16
19+
20+
### Documentation
21+
- Expand README with full public API reference
22+
23+
## [0.1.0] - 2026-04-16
24+
25+

0 commit comments

Comments
 (0)