Skip to content

Releases: ioet/time-tracker-backend

v0.4.0

21 Apr 18:13

Choose a tag to compare

Feature

  • Close #89 Add endpoint to get running time entry (f659963)

v0.3.2

20 Apr 21:37

Choose a tag to compare

Fix

  • Close #85 #86 Ignore deleted objects and tweak ns constraints (3c2e9da)
  • Close #82 Enforce users manipulate only their time entries (a844168)

v0.3.1

18 Apr 00:21

Choose a tag to compare

Fix

  • Move version variable to be accesible from setup.py (8ef76a6)

v0.2.0

17 Apr 18:25

Choose a tag to compare

Feature

  • Add dummy file to test release (0c27dfd)

v0.1.0

08 Apr 23:09

Choose a tag to compare

Feature

  • Add python-semantic-release library (ea21a76)

Fix

  • Add missing dependency in dockerfile (6b55e05)

Documentation

  • Add CI link in README.md (65fe776)
  • Add instructions of semantic versioning (8942f62)

v0.0.2: feat : add project type and customer models (#68)

07 Apr 20:37
3767cda

Choose a tag to compare

Initial Release

07 Apr 01:37
51091f5

Choose a tag to compare

Fixes #64 - Update current models to meet new design. (#65)

* Fixes #64 - Update current models to meet new design.

* Fixes #64 - Update tests

* Fixes #64 - Apply PR observations

Close #64