CHANGES
=======

v2.2.1
------

* chore: fixing typo in travis
* fix: circular import (#141)
* chore: drop upper bound on python version (#143)
* docs: update
* Bump pytest from 5.4.2 to 6.0.1
* Bump factory-boy from 2.12.0 to 3.0.1
* Bump pytest-mock from 3.1.0 to 3.3.1
* Bump mkdocs-material from 5.2.2 to 5.5.11
* Bump pendulum from 2.1.0 to 2.1.2

v2.2.0
------

* tweaks
* fix: tests
* feat: theme support
* feat: rework of goal and sum commands
* chore: drop python 3.5 support
* feat: date-format config support
* feat: sum and day command functions (#136)
* ci: disabling integration tests for ci
* feat: python 3.8 support
* test: fixing tests
* chore: update dependencies
* Test coverage for continue descrition (#110)
* Remove click typecheck from entry\_continue
* Update mkdocs-material from 4.0.1 to 4.1.1
* Update pytest-mock from 1.10.1 to 1.10.3
* Update pytest from 4.3.0 to 4.4.0
* Update pbr from 5.1.2 to 5.1.3
* Update click-completion from 0.5.0 to 0.5.1
* Migrating from adam-uhlir.me to uhlir.dev

v2.1.0
------

* Changelog
* Update pytest version
* Docs improvement
* Tags fixes & properly working Premium/Non-premium tests
* Changelog
* Adding 'me' command to print current, user's information
* Fixing User's timeofday\_format choices
* Changelog
* Doc for Tags
* Tests for Tags
* Disabling GET detail for Tag
* Fixing removing of Tags
* Proper package name for version retrieval (#103)
* Fixing tests for MappingField default attribute have passed config
* Update mkdocs-material from 3.2.0 to 4.0.1
* Update pytest-mock from 1.10.0 to 1.10.1
* Update pytest from 4.1.1 to 4.2.1
* Update pbr from 5.1.1 to 5.1.2
* removed 'get' cli command for tags
* Apply suggestions from code review: fixed failing lookup of tags by ID
* Travis - Restricting integration tests to non-PR builds
* Fixing correctly trying multiple fields
* Forgot to change a final mention from 'Client' to 'Tag'
* Added cli commands for tags. Don't always seem to work with ID as SPEC, but name works
* Adding Tag to api.\_\_init\_\_
* removed unnecessary specification of TagSet
* Added Tag and TagSet classes to models
* One last change for correct python\_requires
* Fixing missed passing of config instance

v2.0.2
------

* Fixing calculation of entrie's duration using correct timezone (#93)
* Tweaks

v2.0.1
------

* Correct required Python version

v2.0.0
------

* Adding support to Travis for creating GitHub releases
* PyUp badge and configuration
* Update pytest from 4.0.2 to 4.1.1
