Skip to content

Commit 2768d6c

Browse files
authored
Merge pull request #146 from markbeep/release-please--branches--main
chore(main): release 1.7.0
2 parents 03ec7b3 + a9e6de2 commit 2768d6c

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-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.2"
2+
".": "1.7.0"
33
}

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/markbeep/AudioBookRequest/compare/v1.6.2...v1.7.0) (2025-09-18)
4+
5+
6+
### Features
7+
8+
* Add user extra data field. Closes [#145](https://github.com/markbeep/AudioBookRequest/issues/145) ([47d939a](https://github.com/markbeep/AudioBookRequest/commit/47d939a987015dbfd15109aaa11e9a6ee6b8b5b3))
9+
10+
11+
### Bug Fixes
12+
13+
* correctly handle initial user creation on forced login-type. Closes [#143](https://github.com/markbeep/AudioBookRequest/issues/143) ([f18fb02](https://github.com/markbeep/AudioBookRequest/commit/f18fb02ba9b50f5fb4399bb13549d2ca1be34a59))
14+
* use the device preference for the default light/dark mode. Closes [#148](https://github.com/markbeep/AudioBookRequest/issues/148) ([03ec7b3](https://github.com/markbeep/AudioBookRequest/commit/03ec7b3a8335b749037ae9ad0255399e792b9169))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* add just for easier commands ([56eb319](https://github.com/markbeep/AudioBookRequest/commit/56eb319ac9c7bf12671da54c0f06d3d6f6c2525b))
20+
* add motivation/features to readme ([7892ac8](https://github.com/markbeep/AudioBookRequest/commit/7892ac86b403fb41214a1d07f434ad9844460f65))
21+
* format users.py ([1483f9f](https://github.com/markbeep/AudioBookRequest/commit/1483f9f98d9f2afc8b20ed95d93e88dcf8b36551))
22+
323
## [1.6.2](https://github.com/markbeep/AudioBookRequest/compare/v1.6.1...v1.6.2) (2025-09-04)
424

525

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.2"
3+
version = "1.7.0"
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)