File tree Expand file tree Collapse file tree 1 file changed +22
-9
lines changed
Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ### Added
11- - Windows ARM64 support (aarch64-pc-windows-msvc)
12- - Linux ARM64 support (aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl)
13- - Cross-compilation support for ARM targets using ` cross `
14-
15- ### Changed
16- - Release workflow now builds for 9 platforms (was 5)
17-
18- ## [ 0.1.0] - 2025-01-XX
10+ ## [ 0.1.0] - 2025-11-28
1911
2012### Added
2113
@@ -116,6 +108,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116108 - Cargo cache optimization
117109 - 5x faster rebuilds (10s vs 54s)
118110
111+ - Release automation
112+ - Cross-platform binary builds (9 platforms)
113+ - Linux x86_64 (GNU and musl)
114+ - Linux ARM64 (aarch64 GNU and musl)
115+ - macOS x86_64 (Intel)
116+ - macOS ARM64 (Apple Silicon M1/M2/M3)
117+ - Windows x86_64
118+ - Windows ARM64
119+ - Automatic GitHub releases on tags
120+ - Changelog generation and extraction
121+ - SHA256 checksums for all binaries
122+
123+ - Documentation improvements
124+ - Problem-solution framing in README
125+ - Quick Links navigation section
126+ - Consolidated Features section
127+ - Code examples with real output
128+ - CONTRIBUTING.md extraction
129+ - CI status badge
130+ - Visual TUI example
131+
119132### Changed
120133
121134- Upgraded to Rust 2024 edition (latest stable)
You can’t perform that action at this time.
0 commit comments