From 10cb9777faf21bdd312aa86ecd25e4ffdd2909be Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 22 Jun 2025 02:57:31 +0100 Subject: [PATCH] add 0.11.0 to CHANGELOG --- CHANGELOG.md | 8 ++++++++ src/slobs_cli/__about__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfee3b4..ec79c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# [0.11.0] - 2025-06-22 + +### Added + +- Various colouring styles, see [Style](https://github.com/onyx-and-iris/slobs-cli/tree/main?tab=readme-ov-file#style) + - colouring is applied to list tables as well as highlighted information in stdout/stderr output. + - table border styling may be optionally disabled with the --no-border flag. + # [0.10.0] - 2025-06-13 ### Changed diff --git a/src/slobs_cli/__about__.py b/src/slobs_cli/__about__.py index e451a59..2dd03a9 100644 --- a/src/slobs_cli/__about__.py +++ b/src/slobs_cli/__about__.py @@ -1,3 +1,3 @@ """module for package metadata.""" -__version__ = '0.10.0' +__version__ = '0.11.0'