Skip to content

Commit a509e0b

Browse files
committed
Convert to date-based versioning (YYYY.MM.DD)
1 parent 5125287 commit a509e0b

File tree

1 file changed

+7
-29
lines changed

1 file changed

+7
-29
lines changed

CHANGELOG.md

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
Releases are tagged with the date in YYYY.MM.DD format (e.g., v2026.01.19).
76

87
## [Unreleased]
98

@@ -13,52 +12,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1312

1413
### Fixed
1514

16-
## [0.1.5] - 2026-01-19
15+
## [2026.01.19] - 2026-01-19
1716

1817
### Added
1918
- CHANGELOG.md file to track project changes
20-
21-
## [0.1.4] - 2026-01-19
22-
23-
### Changed
24-
- Replaced third-party release action with official gh CLI for more reliable release management
25-
26-
### Fixed
27-
- Release workflow artifact naming to prevent file overwrites
28-
29-
## [0.1.3] - 2026-01-19
30-
31-
### Added
32-
- macOS Gatekeeper bypass instructions in release notes
33-
34-
### Changed
35-
- Added explicit permissions to CI workflows (contents: read)
36-
37-
## [0.1.2] - 2026-01-19
38-
39-
### Fixed
40-
- Release workflow asset preparation to preserve unique artifact names
41-
42-
## [0.1.1] - 2026-01-19
43-
44-
### Added
4519
- GitHub Actions workflows for CI, PR checks, and automated releases
4620
- Dependabot configuration for weekly dependency updates
4721
- Issue templates for bug reports and feature requests
4822
- Pull request template
4923
- Security policy
5024
- Stale bot for inactive issues and PRs
5125
- Multi-platform release binaries (Linux, macOS Intel/ARM, Windows)
26+
- macOS Gatekeeper bypass instructions in release notes
5227

5328
### Changed
29+
- Replaced third-party release action with official gh CLI for more reliable release management
5430
- Enabled vendored OpenSSL for cross-compilation support
31+
- Added explicit permissions to CI workflows (contents: read)
5532

5633
### Fixed
34+
- Release workflow artifact naming to prevent file overwrites
5735
- Incomplete HTML sanitization in JavaScript (XSS vulnerabilities)
5836
- Code formatting issues
5937
- Clippy warning for manual range contains
6038

61-
## [0.1.0] - 2026-01-15
39+
## [2026.01.15] - 2026-01-15
6240

6341
### Added
6442
- Initial release

0 commit comments

Comments
 (0)