Skip to content

Commit cc6b22a

Browse files
semantic-releaseAngeluz-07
authored andcommitted
0.25.0
Automatically generated by python-semantic-release
1 parent ccdfbd1 commit cc6b22a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.25.0 (2020-11-23)
6+
### Feature
7+
* Change PUT for POST and DELETE #229 ([`67ce20b`](https://github.com/ioet/time-tracker-backend/commit/67ce20bff82e235fc3f9e18278d99231267ab5b8))
8+
* Move extension_role to variable #229 ([`da5024f`](https://github.com/ioet/time-tracker-backend/commit/da5024fd56044f92f7ed89cea29a86e857491781))
9+
* Update url #229 ([`d6f5ad5`](https://github.com/ioet/time-tracker-backend/commit/d6f5ad59dace2a5329d82e86bbf739293eb9e31d))
10+
* Response and user input fields now accepts a null value in their role field #229 ([`47e21af`](https://github.com/ioet/time-tracker-backend/commit/47e21af989535ce587e6af00147a64779034faa7))
11+
* Add new fixture user_id testing update user role is being called with expected arguments #229 ([`68f4961`](https://github.com/ioet/time-tracker-backend/commit/68f4961333786769377bc7716a2ee54da89e1e85))
12+
* Testing for update user role #229 ([`bcd2564`](https://github.com/ioet/time-tracker-backend/commit/bcd2564c26cac444b5625b7d1b8284853ca31275))
13+
* Update user role #229 ([`4d129a9`](https://github.com/ioet/time-tracker-backend/commit/4d129a9d469a918e782d5cb4fefc2d19386af51d))
14+
515
## v0.24.5 (2020-11-16)
616
### Fix
717
* Remove static method from TimeEntriesDao #227 ([`b0a3bd5`](https://github.com/ioet/time-tracker-backend/commit/b0a3bd530c3449713ee2eb1793e5fbb238ef0c68))

time_tracker_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.24.5'
1+
__version__ = '0.25.0'

0 commit comments

Comments
 (0)