We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ea27b commit f1c5264Copy full SHA for f1c5264
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- version list -->
4
5
+## v0.1.0 (2025-09-26)
6
+
7
+### Features
8
9
+- **api**: Support the historic joa api endpoint
10
+ ([#12](https://github.com/paddy74/python-usajobsapi/pull/12),
11
+ [`02ea27b`](https://github.com/paddy74/python-usajobsapi/commit/02ea27b2cb1b65b95b78c22604cc16832b834eb0))
12
13
14
## v0.0.1 (2025-09-22)
15
16
- Initial Release
usajobsapi/_version.py
@@ -1,3 +1,3 @@
1
__license__ = "GPL3"
__title__ = "python-usajobsapi"
-__version__ = "0.0.1"
+__version__ = "0.1.0"
0 commit comments