Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 11, 2023
1 parent 7c17a5d commit d238c8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v0.4.0 (2023-08-11)

### :lipstick:

* :lipstick: Show relative path in code screen ([`7c17a5d`](https://github.com/getcodelimit/codelimit/commit/7c17a5de37fbb1d548ba3e69570dc052fc3f9965))

### Other

* :pencil: Updated readme ([`917d27d`](https://github.com/getcodelimit/codelimit/commit/917d27d14cf71b179cf4f28bb2dc9a02ddaa812b))


## v0.3.1 (2023-08-10)

### :bug:
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.3.1"
version = "0.4.0"
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.3.1"
version = "0.4.0"
description = ""
authors = ["Rob van der Leek <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d238c8d

Please sign in to comment.