Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 14, 2023
1 parent 9645be2 commit 6e59885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!--next-version-placeholder-->

## v0.2.0 (2023-01-14)
### Feature
* :sparkles: Issue 7 add basic repository browser ([#8](https://github.com/getcodelimit/codelimit/issues/8)) ([`9645be2`](https://github.com/getcodelimit/codelimit/commit/9645be2e378f15fcfa38e26c8db98e02568a66e3))

## v0.1.0 (2023-01-07)
### Feature
* :sparkles: WIP ([#6](https://github.com/getcodelimit/codelimit/issues/6)) ([`e792b24`](https://github.com/getcodelimit/codelimit/commit/e792b24a1b79058cc9c09e655eefe04ad3b1c6da))
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.1.0'
version = '0.2.0'
release_date = today.strftime('%Y-%m-%d')

0 comments on commit 6e59885

Please sign in to comment.