Skip to content

Commit 7f2a8b6

Browse files
author
semantic-release
committed
chore: release v0.3.0
1 parent dc12a44 commit 7f2a8b6

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.3.0 (2025-10-09)
6+
7+
### Chores
8+
9+
- **ci**: Show renovate confidence badges in PRs
10+
([`e4601b0`](https://github.com/paddy74/python-usajobsapi/commit/e4601b09560a84c3f4aaeaf2ca1003680416f727))
11+
12+
### Continuous Integration
13+
14+
- Configure renovatebot
15+
([`9c1f3fc`](https://github.com/paddy74/python-usajobsapi/commit/9c1f3fc12179afdcce191ad549e590c3e75a276c))
16+
17+
- Define codecov config file
18+
([`77dc1f8`](https://github.com/paddy74/python-usajobsapi/commit/77dc1f8e05b43b4a3ec1103cb2abc90b99f22450))
19+
20+
- Replace check-json hook with check-json5
21+
([`dae5e58`](https://github.com/paddy74/python-usajobsapi/commit/dae5e58336ecda771a687b70a081c9bcc55ec23e))
22+
23+
- Trigger patch release for fix,build,perf commits
24+
([`3f856d5`](https://github.com/paddy74/python-usajobsapi/commit/3f856d58cbc84f13f9b4405380eace875356df8f))
25+
26+
- Trigger patch releases on renovatebot user deps upgrades
27+
([`be09249`](https://github.com/paddy74/python-usajobsapi/commit/be09249f25ce7a38017fece88a90e931abed82d0))
28+
29+
- **fix**: Add missing checkout to paths-filter
30+
([`9b82077`](https://github.com/paddy74/python-usajobsapi/commit/9b820779040dee07150ba284a73f10f7f2fa79d7))
31+
32+
- **fix**: Fix nested ci ref to secrets.CODECOV_TOKEN
33+
([`72813f7`](https://github.com/paddy74/python-usajobsapi/commit/72813f7dccf384275f3e980afd83cf6a4e8c3725))
34+
35+
- **tests**: Add coverage reports and upload to codecov
36+
([#15](https://github.com/paddy74/python-usajobsapi/pull/15),
37+
[`b76f614`](https://github.com/paddy74/python-usajobsapi/commit/b76f6143afcaceb7f15d1309de32fcdb29fcf50c))
38+
39+
### Documentation
40+
41+
- Supplement project property documents
42+
([#18](https://github.com/paddy74/python-usajobsapi/pull/18),
43+
[`334c1b3`](https://github.com/paddy74/python-usajobsapi/commit/334c1b38dd6135a2f5cdb67a0046a5086da0777e))
44+
45+
- **core**: Document with mkdocs and github pages
46+
([#14](https://github.com/paddy74/python-usajobsapi/pull/14),
47+
[`64ed1dc`](https://github.com/paddy74/python-usajobsapi/commit/64ed1dc3826847b54738f8e0e94541259d2145c9))
48+
49+
- **fix**: Fix and cleanup documentation
50+
([#21](https://github.com/paddy74/python-usajobsapi/pull/21),
51+
[`f1629f0`](https://github.com/paddy74/python-usajobsapi/commit/f1629f0bdf963e65498058456a97bbe1d6719949))
52+
53+
### Features
54+
55+
- Implement command line executable ([#22](https://github.com/paddy74/python-usajobsapi/pull/22),
56+
[`dc12a44`](https://github.com/paddy74/python-usajobsapi/commit/dc12a44d93040efddc460b1da3a56c783063f12b))
57+
58+
559
## v0.2.0 (2025-09-30)
660

761
### Features

usajobsapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "patrick@youngweb.site"
44
__license__ = "GPL3"
55
__title__ = "python-usajobsapi"
6-
__version__ = "0.2.0"
6+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)