Skip to content

Commit a08dc60

Browse files
author
semantic-release
committed
chore: release v0.2.0
1 parent 1295a3e commit a08dc60

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!-- version list -->
44

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+
514
## v0.1.0 (2025-09-26)
615

716
### Features

usajobsapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__license__ = "GPL3"
22
__title__ = "python-usajobsapi"
3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)