Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 20, 2023
1 parent 483d424 commit 5438bbf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v0.6.1 (2023-08-20)

### :bug:

* :bug: Fix release flow ([`cbace33`](https://github.com/getcodelimit/codelimit/commit/cbace332f27a5eea48088d27f329e12944375ff6))

* :bug: Fix release flow ([`692bdd9`](https://github.com/getcodelimit/codelimit/commit/692bdd9deb4f457b4a4edd7bc8eb76f1b5dad640))

### Other

* :pencil2: Fix release flow ([`483d424`](https://github.com/getcodelimit/codelimit/commit/483d4246e3ed80f03e3d2dcd2d469a7bb7c6976c))

* :construction_worker: Update release flow ([`aa995ce`](https://github.com/getcodelimit/codelimit/commit/aa995cecc2e9325559a12d74138cd31e001d9bef))

* :pencil: Update version ([`3c89d83`](https://github.com/getcodelimit/codelimit/commit/3c89d83dee93e476603a116cf0a5b29b3f8258e5))

* :rocket: Updated release flow ([`b47923a`](https://github.com/getcodelimit/codelimit/commit/b47923a96095661e082d4410a8621a95081aee8c))


## v0.6.0 (2023-08-17)

### :sparkles:
Expand Down
2 changes: 1 addition & 1 deletion codelimit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

today = date.today()

version = "0.6.0"
version = "0.6.1"
release_date = today.strftime("%Y-%m-%d")
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 = "codelimit"
version = "0.6.0"
version = "0.6.1"
description = ""
authors = ["Rob van der Leek <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5438bbf

Please sign in to comment.