Skip to content

Commit 25d4341

Browse files
committed
Prepare release v0.2.0
Update version to 0.2.0 in workspace Cargo.toml Update CHANGELOG.md with v0.2.0 release notes Create versioned documentation snapshot in docs/versions/v0.2.0/ This release includes: - Comprehensive CI/CD infrastructure - Release automation with multi-platform builds - Documentation versioning and structure improvements - Code quality tools (rustfmt, clippy, coverage) Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent da6a12d commit 25d4341

File tree

5 files changed

+1370
-4
lines changed

5 files changed

+1370
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2025-12-05
11+
1012
### Added
13+
- Comprehensive CI/CD infrastructure with GitHub Actions workflows
14+
- Lint workflow with rustfmt and clippy
15+
- Test suite across Linux, macOS, Windows with stable and beta Rust
16+
- Code coverage reporting with cargo-tarpaulin
17+
- Security audits with cargo-audit
18+
- Documentation structure validation
1119
- Release pipeline with automated builds for multiple platforms
12-
- Documentation versioning structure
20+
- Linux x86_64 (glibc and musl)
21+
- macOS x86_64 and ARM64 (Apple Silicon)
22+
- Windows x86_64
23+
- SHA256 checksums for all artifacts
24+
- Automated crates.io publishing
25+
- Documentation versioning structure (docs/versions/)
1326
- RELEASE.md with detailed release process documentation
27+
- STRUCTURE.md describing documentation organization
1428
- CODEOWNERS file for repository governance
15-
- GitHub Actions release workflow with binary artifacts and checksums
29+
- CHANGELOG.md following Keep a Changelog format
30+
- Rustfmt configuration (.rustfmt.toml)
31+
- Dependency management workflow with weekly checks
32+
- Documentation check workflow with link validation
1633

1734
### Changed
1835
- Updated README with documentation structure references
36+
- Enhanced .gitignore for coverage artifacts
1937

2038
## [0.1.0] - 2024-01-15
2139

@@ -38,5 +56,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3856
- `sigilforge-cli`: Command-line interface
3957
- Documentation in `docs/` directory
4058

41-
[Unreleased]: https://github.com/raibid-labs/sigilforge/compare/v0.1.0...HEAD
59+
[Unreleased]: https://github.com/raibid-labs/sigilforge/compare/v0.2.0...HEAD
60+
[0.2.0]: https://github.com/raibid-labs/sigilforge/compare/v0.1.0...v0.2.0
4261
[0.1.0]: https://github.com/raibid-labs/sigilforge/releases/tag/v0.1.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.1.0"
10+
version = "0.2.0"
1111
edition = "2024"
1212
license = "MIT"
1313
authors = ["raibid-labs"]

0 commit comments

Comments
 (0)