diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rwxr-xr-x | mkhint | 2 | ||||
| -rw-r--r-- | mkhint.1.gz | bin | 2548 -> 2548 bytes | |||
| -rw-r--r-- | mkhint.1.md | 2 |
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 @@ -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 Binary files differindex 75a3075..1def0df 100644 --- a/mkhint.1.gz +++ b/mkhint.1.gz 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 |
