Bump version to 0.2.5
This commit is contained in:
		| @ -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 | ||||
|  | ||||
|  | ||||
| @ -6,7 +6,7 @@ RUN npm install && \ | ||||
|  | ||||
| FROM python:3.10.9-slim-bullseye | ||||
|  | ||||
| ENV VERSION_NUMBER 0.2.4 | ||||
| ENV VERSION_NUMBER 0.2.5 | ||||
| ENV PROD 1 | ||||
| ENV PYTHONUNBUFFERED=1 | ||||
|  | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| [tool.poetry] | ||||
| name = "timetracker" | ||||
| version = "0.2.4" | ||||
| version = "0.2.5" | ||||
| description = "A simple time tracker." | ||||
| authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"] | ||||
| license = "GPL" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user