Skip to content

Commit 996c28a

Browse files
committed
prepare for release 1.2.0
1 parent b339f6f commit 996c28a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.2.0 - 2024-07-23
4+
5+
* The `reschedule()` method have an optional parameter to decrease the ttl if set to True (False by default).
6+
37
## 1.1.0 - 2024-07-01
48

59
* The `complete()` method now returns the count of updated tasks, 0 if it was already completed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
1818

1919
[project]
2020
name = "postgres-tq"
21-
version = "1.1.0"
21+
version = "1.2.0"
2222
description = "Postgres Based Task Queue"
2323
authors = [
2424
{name = "FlixTech", email = "[email protected]"},

0 commit comments

Comments
 (0)