From 451a42f586e5b49d7b7b4b37da0d7122bf525d15 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 5 Jul 2026 20:19:46 +0200 Subject: chore: release v1.1.0 Bump MKHINT_VERSION to 1.1.0, close CHANGELOG [Unreleased] as [1.1.0]. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 +- mkhint | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6c605..aeb5ccd 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.0] - 2026-07-05 ### Added - Sourced config file `~/.config/mkhint/config` for all path constants diff --git a/mkhint b/mkhint index 5a48e18..e7a3133 100755 --- a/mkhint +++ b/mkhint @@ -39,7 +39,7 @@ if [[ ! -d $TMP_DIR ]]; then mkdir $TMP_DIR fi -readonly MKHINT_VERSION="1.0.0" +readonly MKHINT_VERSION="1.1.0" # Variables VERSION="" -- cgit v1.2.3