Skip to content

Commit 1420ca7

Browse files
committed
release 2.3
1 parent f6c1938 commit 1420ca7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ features, because we make all efforts to avoid forcing users to change their
66
configuration. Once a command is added, we **never** remove it. Increments in minor
77
version signal code changes that do not require any attention from users.
88

9+
## miteclock 2.3
10+
11+
- Fix crash at initialization if config folder does not exist. See issue #3.
12+
- Fix crash of `m status` if entries without project or service name are present.
13+
914
## miteclock 2.2
1015

1116
- Extended test coverage, found and fixed a bug in `m status` as a result.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "miteclock"
3-
version = "2.2"
3+
version = "2.3"
44
description = "Clock in and out of mite.yo.lk quickly."
55
authors = ["Ilia Kurenkov <ilia.kurenkov@gmail.com>"]
66
license="MIT"

0 commit comments

Comments
 (0)