Skip to content

Commit f6171d5

Browse files
semantic-releasegithub-actions[bot]
authored andcommitted
chore(release): 2.1.8
1 parent 132b367 commit f6171d5

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v2.1.8 (2026-04-10)
6+
7+
### Bug Fixes
8+
9+
- Release
10+
([`97aa899`](https://github.com/michaelellis003/pypkgkit/commit/97aa89946146190476ff638a335b16bc91f4d313))
11+
12+
- Release
13+
([`728dd3b`](https://github.com/michaelellis003/pypkgkit/commit/728dd3b1605355d2e43eee136d484b0a3ad96ca4))
14+
15+
- **docs**: Test
16+
([`bffe2ae`](https://github.com/michaelellis003/pypkgkit/commit/bffe2aefef665a256093f20ef89cef34d39a91b9))
17+
18+
### Chores
19+
20+
- **deps**: Bump codecov/codecov-action from 5.5.2 to 6.0.0
21+
([`d541412`](https://github.com/michaelellis003/pypkgkit/commit/d541412b28195884842d0424ae37e938e133eeea))
22+
23+
524
## v2.1.7 (2026-04-10)
625

726
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pypkgkit"
3-
version = "2.1.7"
3+
version = "2.1.8"
44
description = "A template for python packages"
55
readme = "README.md"
66
authors = [

src/pypkgkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""pypkgkit - A Python package management toolkit."""
55

6-
__version__ = "2.1.7"
6+
__version__ = "2.1.8"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)