Bump version to 0.2.5
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-18 17:01:37 +01:00
parent 972ff67050
commit 55c2693f32
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
## Unreleased
## 0.2.5 / 2023-01-18 17:01+01:00
* New
* When adding session, pre-select game with the last session
* Fixed
* Start session now button would take up 100% width, leading to accidental clicks (https://git.kucharczyk.xyz/lukas/timetracker/issues/37)
* Removed
* Session model property `last` is already implemented by Django method `last()`, thus it was removed (https://git.kucharczyk.xyz/lukas/timetracker/issues/38)
## 0.2.4 / 2023-01-16 19:39+01:00