From 54edc686f0db87542c8302776393f20871bd0497 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 22:19:59 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec5653..e51d49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,26 @@ # Changelog +## 0.1.0 (2026-06-13) + + +### Features + +* **ci:** added simple ci (check+tests) ([158f004](https://github.com/LECOQQ/qbit-ops/commit/158f004f5d7f517a93a9202931d957164d672075)) +* **pipx:** added pipx installation instructions ([c7c08cc](https://github.com/LECOQQ/qbit-ops/commit/c7c08cc5169b20caca2cb9dfdef4796b20a602e5)) + + +### Bug Fixes + +* **ci:** fixed make recipe for ci ([dec30e7](https://github.com/LECOQQ/qbit-ops/commit/dec30e77769602fe89526db2696d9ac1c41e3f87)) + + +### Documentation + +* added a changelog ([9f9464b](https://github.com/LECOQQ/qbit-ops/commit/9f9464ba37e1f27bfa61534f3908776d1dc64064)) +* **readme:** added status badges ([7584677](https://github.com/LECOQQ/qbit-ops/commit/758467731e22b11e4c4b811c2736b9c8faff04f6)) +* **version:** removed version file ([682fb30](https://github.com/LECOQQ/qbit-ops/commit/682fb30333a4fc98c1fa3232a124bba02d743cdd)) + +## Changelog + All notable changes will be documented here, using the [Keep A Changelog](https://keepachangelog.com/en/1.0.0/) formalism, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) diff --git a/pyproject.toml b/pyproject.toml index 5a43264..9158cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qbit-ops" -version = "0.0.1" +version = "0.1.0" description = "qBittorrent administration CLI for homelab operations." authors = [] readme = "README.md" From ce20f346504ffd24ed03b41cf231a2b00c6f3214 Mon Sep 17 00:00:00 2001 From: LECOQQ <50244398+LECOQQ@users.noreply.github.com> Date: Sun, 14 Jun 2026 00:29:36 +0200 Subject: [PATCH 2/2] docs: updated changelog.md --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e51d49f..61ed83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +All notable changes will be documented here, using the [Keep A Changelog](https://keepachangelog.com/en/1.0.0/) formalism, +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) + ## 0.1.0 (2026-06-13) @@ -19,8 +22,3 @@ * added a changelog ([9f9464b](https://github.com/LECOQQ/qbit-ops/commit/9f9464ba37e1f27bfa61534f3908776d1dc64064)) * **readme:** added status badges ([7584677](https://github.com/LECOQQ/qbit-ops/commit/758467731e22b11e4c4b811c2736b9c8faff04f6)) * **version:** removed version file ([682fb30](https://github.com/LECOQQ/qbit-ops/commit/682fb30333a4fc98c1fa3232a124bba02d743cdd)) - -## Changelog - -All notable changes will be documented here, using the [Keep A Changelog](https://keepachangelog.com/en/1.0.0/) formalism, -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)