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 1295a3e commit a08dc60Copy full SHA for a08dc60
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
<!-- version list -->
4
5
+## v0.2.0 (2025-09-30)
6
+
7
+### Features
8
9
+- **api**: Support the job search api endpoint
10
+ ([#9](https://github.com/paddy74/python-usajobsapi/pull/9),
11
+ [`1295a3e`](https://github.com/paddy74/python-usajobsapi/commit/1295a3eb3b00c26c90f91e80e271fab14c10eedb))
12
13
14
## v0.1.0 (2025-09-26)
15
16
### Features
usajobsapi/_version.py
@@ -1,3 +1,3 @@
1
__license__ = "GPL3"
__title__ = "python-usajobsapi"
-__version__ = "0.1.0"
+__version__ = "0.2.0"
0 commit comments