mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2025-12-20 04:09:51 -06:00
chore(main): release 1.8.0 (#151)
This commit is contained in:
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "1.7.0"
|
||||
".": "1.8.0"
|
||||
}
|
||||
|
||||
19
CHANGELOG.md
19
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)
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user