From 8465944f307af6afcb4f66d9f5ff00276523919c Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 26 Apr 2025 16:50:46 +0100 Subject: [PATCH] add CHANGELOG + link in readme --- CHANGELOG.md | 12 ++++++++++++ README.md | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..66f86ab --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +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.9.2] - 2025-04-26 + +### Added + +- Initial release. \ No newline at end of file diff --git a/README.md b/README.md index 7fbbf88..cf3525b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) + +A command line interface for OBS Websocket v5 + +For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md) + ----- ## Table of Contents