From 857e1b38aad13b17aea233c61bed239719973508 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 5 Jul 2026 20:54:43 +0200 Subject: chore: release v1.1.1 Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 4 +++- mkhint | 2 +- mkhint.1.gz | Bin 2548 -> 2548 bytes 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 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 Binary files a/mkhint.1.gz and b/mkhint.1.gz 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 -- cgit v1.2.3