Update changelog
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lukáš Kucharczyk 2023-01-07 22:08:57 +01:00
parent 0d20b543b0
commit c9b2d5bd8d
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 0.1.2 / 2023-01-07 22:05+01:00
* Switch to Uvicorn/Gunicorn + Caddy (https://git.kucharczyk.xyz/lukas/timetracker/pulls/4)
## 0.1.1 / 2023-01-05 23:26+01:00
* Order by timestamp_start by default
* Add pre-commit hook to update version

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-alpine
ENV VERSION_NUMBER 0.1.1-8-gf7b69f7
ENV VERSION_NUMBER 0.1.2
ENV PROD 1
RUN apk add \

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "timetracker"
version = "0.1.1"
version = "0.1.2"
description = "A simple time tracker."
authors = ["Lukáš Kucharczyk <lukas@kucharczyk.xyz>"]
license = "GPL"