Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 31, 2024
1 parent ce51684 commit be1251b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG

## v1.3.1 (2024-07-31)

### Fix

* fix: update credentials file path handling ([`ce51684`](https://github.com/en9inerd/tgeraser/commit/ce5168465e07e569ffe3634f43ef568db63b300d))

## v1.3.0 (2024-06-09)

Expand All @@ -12,35 +16,30 @@

* refactor: improve readability ([`55e5574`](https://github.com/en9inerd/tgeraser/commit/55e5574aa6cca7516210f87db96a0cf06f48dcd7))


## v1.2.8 (2024-04-26)

### Fix

* fix: update dependencies ([`f71b6f8`](https://github.com/en9inerd/tgeraser/commit/f71b6f8924018ef8aae8a733eeb680dc33555b2e))


## v1.2.7 (2023-11-20)

### Fix

* fix: properly formatted output and updated readme file ([`00f1e8c`](https://github.com/en9inerd/tgeraser/commit/00f1e8caa41153ab5741887e61920a0a7e6a9b45))


## v1.2.6 (2023-11-15)

### Fix

* fix: update readme.md ([`31e65bb`](https://github.com/en9inerd/tgeraser/commit/31e65bbee1a4b07645fbb5f304e2ecb590b9861c))


## v1.2.5 (2023-11-10)

### Fix

* fix: remove unused code ([`d1aeafe`](https://github.com/en9inerd/tgeraser/commit/d1aeafee79b30c93ddbb5e26edfc002232c8443b))


## v1.2.4 (2023-11-10)

### Fix
Expand All @@ -57,14 +56,12 @@
- update dependencies
- refactor code in utils.py ([`4778597`](https://github.com/en9inerd/tgeraser/commit/47785971403ec2b816b45b33382509a85b5baa24))


## v1.2.1 (2023-09-26)

### Fix

* fix: fix some output ([`4b1d1ba`](https://github.com/en9inerd/tgeraser/commit/4b1d1ba90149c96fe0362c79a40c7108f99008a0))


## v1.2.0 (2023-09-26)

### Feature
Expand All @@ -81,14 +78,12 @@

feat: add bunch of improvements ([`4ee544d`](https://github.com/en9inerd/tgeraser/commit/4ee544dcbea9f40cb5e0e7fe9fd0b947e0e94b8e))


## v1.1.2 (2023-07-09)

### Fix

* fix: update dependency versions ([`72ce1b4`](https://github.com/en9inerd/tgeraser/commit/72ce1b4cb11d7a99f7e73fc4439025b78ee5304a))


## v1.1.1 (2021-09-07)

### Fix
Expand All @@ -101,7 +96,6 @@ feat: add bunch of improvements ([`4ee544d`](https://github.com/en9inerd/tgerase

fix `wipe everything` option ([`1720508`](https://github.com/en9inerd/tgeraser/commit/1720508c4034a60c685e2ed124a3e99e1f7dbce8))


## v1.1.0 (2021-09-04)

### Feature
Expand All @@ -118,14 +112,12 @@ fix `wipe everything` option ([`1720508`](https://github.com/en9inerd/tgeraser/c

Add 'wipe-everything' option ([`eb6d887`](https://github.com/en9inerd/tgeraser/commit/eb6d8874a4e42157406dcee6ed25071e116bc704))


## v1.0.1 (2021-07-17)

### Fix

* fix(functionality): need to clear entities list every scheduled iteration ([`ec4df5d`](https://github.com/en9inerd/tgeraser/commit/ec4df5d1fe230e951ffdd729172a4ada723d94e0))


## v1.0.0 (2021-07-17)

### Breaking
Expand All @@ -134,7 +126,6 @@ Add 'wipe-everything' option ([`eb6d887`](https://github.com/en9inerd/tg

BREAKING CHANGE: improved scheduling feature ([`99b0418`](https://github.com/en9inerd/tgeraser/commit/99b04185f6edb3bd7216acf57a470cfe9044f55f))


## v0.3.7 (2021-07-16)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion tgeraser/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version file
"""

VERSION = "1.3.0"
VERSION = "1.3.1"

0 comments on commit be1251b

Please sign in to comment.