From 0008f49fce6a27aec097b35772096c6fecc9f923 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 4 Oct 2025 19:53:59 +0200 Subject: [PATCH] chore(main): release 1.8.0 (#151) --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 7588679..3800c06 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 453d813..67e2f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.8.0](https://github.com/markbeep/AudioBookRequest/compare/v1.7.0...v1.8.0) (2025-10-04) + + +### Features + +* add postgresql support ([abd75a9](https://github.com/markbeep/AudioBookRequest/commit/abd75a96dad8f7e96a0c564f3bf7625cdf5ee831)) + + +### Bug Fixes + +* correctly handle book metadata server being down ([399d82e](https://github.com/markbeep/AudioBookRequest/commit/399d82ed4e9d79ab968312067d258239863e0052)) +* get infohash from magnet link ([6ac754e](https://github.com/markbeep/AudioBookRequest/commit/6ac754e2621fcbb31a6bbd32a270a1da7fafa30c)) + + +### Miscellaneous Chores + +* fix devcontainer ([05f505d](https://github.com/markbeep/AudioBookRequest/commit/05f505ddb30435b53bd7f6d64703ceaad2dd2271)) +* install psycopg binary instead of non ([82f356f](https://github.com/markbeep/AudioBookRequest/commit/82f356f0cf0afbeb9e70e2ce49ac500d1fd6d554)) + ## [1.7.0](https://github.com/markbeep/AudioBookRequest/compare/v1.6.2...v1.7.0) (2025-09-18) diff --git a/pyproject.toml b/pyproject.toml index ef7f64e..715348c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AudioBookRequest" -version = "1.7.0" +version = "1.8.0" requires-python = ">= 3.12" readme = "README.md" # no explicit versioning unless required. the uv.lock file is for that