Update changelog
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0d20b543b0
commit
c9b2d5bd8d
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue