aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-04 18:07:58 +0200
committerDanilo M. <danix@danix.xyz>2026-07-04 18:07:58 +0200
commit5802fe326ae787bfe7d184539416eff2cf9b123b (patch)
tree27b03280b3b5ee8e6b1be47522ce9294b31da6d4 /CHANGELOG.md
parentd8adfca97dadff4d59c3dfb26f0b0c95542d9a69 (diff)
downloadmkhintfile-5802fe326ae787bfe7d184539416eff2cf9b123b.tar.gz
mkhintfile-5802fe326ae787bfe7d184539416eff2cf9b123b.zip
docs: add CHANGELOG, document SemVer and -V/--set-version renamev1.0.0
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..231c836
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+# Changelog
+
+All notable changes to this project are documented here. The format is based on
+[Keep a Changelog](https://keepachangelog.com/), and this project adheres to
+[Semantic Versioning](https://semver.org/).
+
+## [1.0.0] - 2026-07-04
+
+First tagged release. mkhint manages slackrepo hint files: create/update hints,
+nvchecker-driven update checks, phantom-dep stripping for -current, and a
+listing/review workflow.
+
+### Changed
+- **Breaking:** the hint-version flag is now `-V` / `--set-version`. `-v` /
+ `--version` now prints the tool's own version and exits.
+
+### Added
+- `-v` / `--version` prints `mkhint X.Y.Z`.
+- The `--help` header shows the version.
+- `-l` colors the newer version cell green and adds a `DelReq` column.