File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.8.6 "
2
+ "." : " 1.9.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.9.0 (2025-05-15)
4
+
5
+ Full Changelog: [ v1.8.6...v1.9.0] ( https://github.com/OneBusAway/python-sdk/compare/v1.8.6...v1.9.0 )
6
+
7
+ ### Features
8
+
9
+ * ** client:** support digest authentication ([ a25538d] ( https://github.com/OneBusAway/python-sdk/commit/a25538d18ac2ac8290b36c8c343e338a903322dd ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** client:** minor internal fixes ([ fa30df7] ( https://github.com/OneBusAway/python-sdk/commit/fa30df71bd95656381bea7fea573a1edba600317 ) )
15
+ * ** internal:** base client updates ([ 0573875] ( https://github.com/OneBusAway/python-sdk/commit/0573875ce38e91c1d4d4fe40990c2a67c1233755 ) )
16
+ * ** internal:** bump pyright version ([ c1e9fa7] ( https://github.com/OneBusAway/python-sdk/commit/c1e9fa7703a157534f210f5db957db249670d019 ) )
17
+ * ** internal:** update pyright settings ([ 40b2eed] ( https://github.com/OneBusAway/python-sdk/commit/40b2eed8f31eef7ca1e64f1e84be7a2183ebfda7 ) )
18
+
3
19
## 1.8.6 (2025-05-15)
4
20
5
21
Full Changelog: [ v1.8.5...v1.8.6] ( https://github.com/OneBusAway/python-sdk/compare/v1.8.5...v1.8.6 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " onebusaway"
3
- version = " 1.8.6 "
3
+ version = " 1.9.0 "
4
4
description = " The official Python library for the onebusaway-sdk API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "onebusaway"
4
- __version__ = "1.8.6 " # x-release-please-version
4
+ __version__ = "1.9.0 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments