Skip to content

Commit 196f0dd

Browse files
authored
Merge pull request #138 from markbeep/release-please--branches--main
chore(main): release 1.6.1
2 parents be3b9c5 + 7debbd8 commit 196f0dd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.0"
2+
".": "1.6.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.6.1](https://github.com/markbeep/AudioBookRequest/compare/v1.6.0...v1.6.1) (2025-08-28)
4+
5+
6+
### Bug Fixes
7+
8+
* ignore missing booleans on REST api/local file indexer configs ([be3b9c5](https://github.com/markbeep/AudioBookRequest/commit/be3b9c54e54ad1cfb59931cac7a10bca0bb8e6c4))
9+
10+
11+
### Code Refactoring
12+
13+
* separate 'enabled' logic of indexers ([5b24705](https://github.com/markbeep/AudioBookRequest/commit/5b24705f96bdb93a0a78149d9a7485c6c2e89096))
14+
315
## [1.6.0](https://github.com/markbeep/AudioBookRequest/compare/v1.5.3...v1.6.0) (2025-08-22)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AudioBookRequest"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
requires-python = ">= 3.12"
55
readme = "README.md"
66
# no explicit versioning unless required. the uv.lock file is for that

0 commit comments

Comments
 (0)