Skip to content

Commit af0380c

Browse files
author
semantic-release
committed
3.4.2
Automatically generated by python-semantic-release
1 parent eeebf53 commit af0380c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# CHANGELOG
22

33

4+
## v3.4.2 (2026-01-25)
5+
6+
### Bug Fixes
7+
8+
- Update PyPI publish action version
9+
([`eeebf53`](https://github.com/jacksonpradolima/gsp-py/commit/eeebf53fdfd319292d739946f9725dec37a1b6ed))
10+
11+
Signed-off-by: Jackson Antonio do Prado Lima <jacksonpradolima@users.noreply.github.com>
12+
13+
### Chores
14+
15+
- Update uv.lock for version 3.4.1
16+
([`aac8fc1`](https://github.com/jacksonpradolima/gsp-py/commit/aac8fc118aca8ed2c58f4bf265d2fa45d9fb1f41))
17+
18+
419
## v3.4.1 (2026-01-25)
520

621
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "gsppy"
7-
version = "3.4.1"
7+
version = "3.4.2"
88
description = "GSP (Generalized Sequence Pattern) algorithm in Python"
99
keywords = ["GSP", "sequential patterns", "data analysis", "sequence mining"]
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)