Skip to content

Commit

Permalink
release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Jan 24, 2022
1 parent f6c1938 commit 1420ca7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ features, because we make all efforts to avoid forcing users to change their
configuration. Once a command is added, we **never** remove it. Increments in minor
version signal code changes that do not require any attention from users.

## miteclock 2.3

- Fix crash at initialization if config folder does not exist. See issue #3.
- Fix crash of `m status` if entries without project or service name are present.

## miteclock 2.2

- Extended test coverage, found and fixed a bug in `m status` as a result.
Expand Down
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 = "miteclock"
version = "2.2"
version = "2.3"
description = "Clock in and out of mite.yo.lk quickly."
authors = ["Ilia Kurenkov <[email protected]>"]
license="MIT"
Expand Down

0 comments on commit 1420ca7

Please sign in to comment.