From cec76df1d14b6da4eae19c8b30a4dbbf8d204f44 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 21 Jun 2025 23:47:19 +0100 Subject: [PATCH] add 0.18.0 to CHANGELOG --- CHANGELOG.md | 9 +++++++++ obsws_cli/__about__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e05bba2..f13dc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.18.0] - 2025-06-21 + +### Added + +- Various colouring styles, see [Style](https://github.com/onyx-and-iris/obsws-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.17.3] - 2025-06-20 ### Added diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index 83d3a11..c1f112d 100644 --- a/obsws_cli/__about__.py +++ b/obsws_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = "0.17.6" +__version__ = "0.18.0"