-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Jul 18, 2023
1 parent
e837751
commit 68c9b86
Showing
1 changed file
with
111 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
# CHANGELOG | ||
|
||
|
||
|
||
## v0.1.0 (2023-07-18) | ||
|
||
### Breaking | ||
|
||
* refactor!: massivly refactored everything ([`13c51b2`](https://github.com/adfinis/libtimed/commit/13c51b2d4f39020a2834506d1dcf546de883716e)) | ||
|
||
### Chore | ||
|
||
* chore: Update README ([`1028149`](https://github.com/adfinis/libtimed/commit/102814987bb016fb1909bfb360c6122a8705b426)) | ||
|
||
* chore: made examples more concise ([`4693d21`](https://github.com/adfinis/libtimed/commit/4693d21a5f75d7094a3cbd241dccb492875efcef)) | ||
|
||
* chore: Add LICENSE ([`0fdd835`](https://github.com/adfinis/libtimed/commit/0fdd83549ce8bdfa2021576157aba830bba458f1)) | ||
|
||
* chore: added examples ([`e3e4d33`](https://github.com/adfinis/libtimed/commit/e3e4d33ba69c81524dc2448cb93f5ada7e86b3d5)) | ||
|
||
* chore: testing ([`d0a5f72`](https://github.com/adfinis/libtimed/commit/d0a5f72733ce00a64fdeda884a469a135f2482d3)) | ||
|
||
### Feature | ||
|
||
* feat(ci): Add pypi building ([`e837751`](https://github.com/adfinis/libtimed/commit/e837751ac636ac8e714f611b9b5c169e9c621017)) | ||
|
||
* feat: map included things into relationships ([`391e428`](https://github.com/adfinis/libtimed/commit/391e42823d5f583abbf7a5632f65df07b26de4ac)) | ||
|
||
* feat: map includes into relationships WIP ([`7232940`](https://github.com/adfinis/libtimed/commit/7232940888bc0a872dc762edd60f6e2e94a9cec8)) | ||
|
||
* feat: added raw to get ([`841ee97`](https://github.com/adfinis/libtimed/commit/841ee977de1b8e31f94a06038259ad265f80dc38)) | ||
|
||
* feat: added customers, projects and tasks ([`979e4c9`](https://github.com/adfinis/libtimed/commit/979e4c9aa8fe62a6274c59acfb786bd21e523945)) | ||
|
||
* feat: activities ([`8c2a0c3`](https://github.com/adfinis/libtimed/commit/8c2a0c3cee978a21e734188fabdf499aed14c060)) | ||
|
||
* feat(oidc): Implement token caching and expiry detection ([`691a265`](https://github.com/adfinis/libtimed/commit/691a265dd00087924c833ecd4f74cf4b43cd5aa0)) | ||
|
||
* feat(oidc): Better ux by adding fallback html + disabling logging ([`260d806`](https://github.com/adfinis/libtimed/commit/260d8061096bceb9bdc2a4d5d3969d60fc02f975)) | ||
|
||
* feat: better model stuff ([`c19e90c`](https://github.com/adfinis/libtimed/commit/c19e90c4be4dc7cafe44a76de691d3c2f2540472)) | ||
|
||
* feat: overtime reports users ([`e7d8de3`](https://github.com/adfinis/libtimed/commit/e7d8de358964d5188fc1a4f83a4b9b97a05df249)) | ||
|
||
### Fix | ||
|
||
* fix: deserialize relationships properly ([`4939d97`](https://github.com/adfinis/libtimed/commit/4939d97824cbd54bbb5df2c82d9480130f1cab7a)) | ||
|
||
* fix: update poetry.lock ([`7b0156a`](https://github.com/adfinis/libtimed/commit/7b0156a71a87db2b7c72b3c9353a5fbd4d02bee0)) | ||
|
||
* fix: temporary fix for nested things in activity ([`b2a8050`](https://github.com/adfinis/libtimed/commit/b2a8050319253cedcaf319e9725cab1e498e64fa)) | ||
|
||
* fix: include causing errors on None ([`91beef5`](https://github.com/adfinis/libtimed/commit/91beef521fd8d7f42dcf17fee89838e7e09fafb0)) | ||
|
||
### Unknown | ||
|
||
* Merge branch 'main' into 'main' | ||
|
||
Main | ||
|
||
See merge request arthurd/libtimed!3 ([`faf28a0`](https://github.com/adfinis/libtimed/commit/faf28a04db4c1c2e4bdb0bd5eb1938b168387987)) | ||
|
||
* Merge branch 'map-include' into 'main' | ||
|
||
feat: map included things into relationships | ||
|
||
See merge request arthurd/libtimed-dev!5 ([`013b93e`](https://github.com/adfinis/libtimed/commit/013b93e4ba709bab172ce9ab5d5bb956e6454655)) | ||
|
||
* Merge branch 'main' into 'map-include' | ||
|
||
# Conflicts: | ||
# src/libtimed/models.py | ||
# src/libtimed/transforms.py ([`2ba15ff`](https://github.com/adfinis/libtimed/commit/2ba15ff7ba534b524dd9692af3815abe9289a60b)) | ||
|
||
* Merge branch 'main' into 'main' | ||
|
||
merge into the correct main branch | ||
|
||
See merge request arthurd/libtimed!2 ([`d234ee3`](https://github.com/adfinis/libtimed/commit/d234ee31708524d88a3a66bb945df96715c4d85d)) | ||
|
||
* Merge branch 'deserialize' into 'main' | ||
|
||
fix: deserialize relationships properly | ||
|
||
See merge request arthurd/libtimed-dev!4 ([`43fa70c`](https://github.com/adfinis/libtimed/commit/43fa70c7e5eb104e8e36c35ad2dbed4250202406)) | ||
|
||
* Merge branch 'include' into 'main' | ||
|
||
Include | ||
|
||
See merge request arthurd/libtimed-dev!3 ([`11fba6e`](https://github.com/adfinis/libtimed/commit/11fba6e8e2cee345de24c8633a48455c290544ee)) | ||
|
||
* Merge branch 'fix-lockfile' into 'main' | ||
|
||
fix: update poetry.lock | ||
|
||
See merge request arthurd/libtimed-dev!2 ([`826d3b5`](https://github.com/adfinis/libtimed/commit/826d3b546c908bd9fcc328b98b3673d643b4d511)) | ||
|
||
* Merge branch 'refactor' into 'main' | ||
|
||
refactor libtimed | ||
|
||
See merge request arthurd/libtimed!1 ([`ede9187`](https://github.com/adfinis/libtimed/commit/ede918781bea658e699ee9e64b23f41b65c39079)) | ||
|
||
* Merge branch 'main' into 'refactor' | ||
|
||
# Conflicts: | ||
# examples/activities.py | ||
# src/libtimed/models.py ([`a37aea1`](https://github.com/adfinis/libtimed/commit/a37aea185d555bc2d26b7fd6eb490b16fa882308)) | ||
|
||
* Initial commit ([`28cb8ad`](https://github.com/adfinis/libtimed/commit/28cb8ad5836ca620e66fe93679e1986064d638c8)) |