Skip to content

Commit 5502e2a

Browse files
authored
Merge pull request #11 from nutthead/release-plz-2025-10-06T17-01-52Z
chore: release v0.1.2
2 parents f031781 + 539bdf5 commit 5502e2a

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,45 @@ All notable changes to this project will be documented in this file.
44

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).
7+
## [0.1.2] - 2025-10-06
8+
9+
### ⚡ Performance
10+
- Eliminate file path collection for memory efficiency
11+
12+
### 🐛 Bug Fixes
13+
- Correct cosign OIDC issuer for GitHub Actions
14+
- Fix coverage job permissions and harden release identity verification
15+
- Address 3 high-priority workflow issues from security review
16+
17+
### 📚 Documentation
18+
- Add comprehensive workflow diagrams to CI analysis
19+
- Add resolution report for cosign OIDC issuer fix
20+
- Add analysis of certificate identity mismatch issue
21+
- Add analysis disproving coverage filename mismatch claim
22+
- Complete analysis of remaining expert findings
23+
- Document analysis of expert minor findings
24+
- Docs(reports), docs(claude): Reorganize reports with new numbering scheme
25+
- Update analysis report with implementation status
26+
- Create workflow implementation status report
27+
- Add comprehensive release-plz analysis report
28+
- Add comprehensive contribution and release documentation
29+
- Reorganize and renumber analysis reports
30+
- Document misc type in changelog categories
31+
32+
### 🔐 Security
33+
- Implement 4 critical medium-priority workflow improvements
34+
- Complete all low-priority workflow optimizations
35+
36+
### 🔨 Refactor
37+
- Improve arg validation and debug mode handling
38+
39+
### 🧪 Testing
40+
- Add comprehensive unit tests to improve coverage
41+
42+
### 🧹 Miscellaneous
43+
- Adjust coverage threshold from 80% to 70%
44+
[0.1.2]: https://github.com/nutthead/ruloc/compare/0.1.1..0.1.2
45+
<!-- generated by release-plz + git-cliff -->
746
## [0.1.1] - 2025-10-05
847

948
### 📚 Documentation

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruloc"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Behrang Saeedzadeh <hello@behrang.org>"]
55
edition = "2024"
66
rust-version = "1.90.0"

0 commit comments

Comments
 (0)