diff --git a/CHANGELOG.md b/CHANGELOG.md index bec5653..61ed83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,23 @@ 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) + + +### 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)) 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"