Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
M1troll committed Nov 29, 2024
1 parent a378f75 commit 4de3067
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Version history

We follow `Semantic Versions <https://semver.org/>`_.

0.8.2 (29.11.24)
*******************************************************************************
- Add ability to specify ``TypeAlias`` as ``_item class`` and use
``ListComponent`` as a parameterized type

0.8.1 (25.11.24)
*******************************************************************************
- Improve getting ``item class`` from first ``ListComponent`` generic variable.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pomcorn"
version = "0.8.1"
version = "0.8.2"
description = "Base implementation of Page Object Model"
authors = [
"Saritasa <[email protected]>",
Expand Down

0 comments on commit 4de3067

Please sign in to comment.