summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-05 20:54:43 +0200
committerDanilo M. <danix@danix.xyz>2026-07-05 20:54:43 +0200
commit857e1b38aad13b17aea233c61bed239719973508 (patch)
tree1086dcc35c7af1a935846fe9dc9237da254e6145
parentb17bf8d5ca803004bd9ae6503d113036035d5ea4 (diff)
downloadmkhintfile-857e1b38aad13b17aea233c61bed239719973508.tar.gz
mkhintfile-857e1b38aad13b17aea233c61bed239719973508.zip
chore: release v1.1.1v1.1.1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xmkhint2
-rw-r--r--mkhint.1.gzbin2548 -> 2548 bytes
-rw-r--r--mkhint.1.md2
4 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80d8fbf..3c6479c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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/).
-## [Unreleased]
+## [1.1.1] - 2026-07-05
### Added
- `mkhint.1` man page (gzipped, built from `mkhint.1.md` with pandoc) as the
@@ -14,6 +14,8 @@ All notable changes to this project are documented here. The format is based on
### Changed
- `--help` is now a compact summary; usage examples, the variable-order note,
and the exit-code table moved to the man page.
+- Reference the current slackrepo home at github.com/aclemons/slackrepo (Andrew
+ Clemons), crediting David Spencer (idlemoor) as the original creator.
## [1.1.0] - 2026-07-05
diff --git a/mkhint b/mkhint
index 6752ab3..9cbe77f 100755
--- a/mkhint
+++ b/mkhint
@@ -39,7 +39,7 @@ if [[ ! -d $TMP_DIR ]]; then
mkdir $TMP_DIR
fi
-readonly MKHINT_VERSION="1.1.0"
+readonly MKHINT_VERSION="1.1.1"
# Variables
VERSION=""
diff --git a/mkhint.1.gz b/mkhint.1.gz
index 75a3075..1def0df 100644
--- a/mkhint.1.gz
+++ b/mkhint.1.gz
Binary files differ
diff --git a/mkhint.1.md b/mkhint.1.md
index d12f092..cf73fb8 100644
--- a/mkhint.1.md
+++ b/mkhint.1.md
@@ -1,4 +1,4 @@
-% MKHINT(1) mkhint 1.1.0 | User Commands
+% MKHINT(1) mkhint 1.1.1 | User Commands
% Danilo M.
% July 2026