diff --git a/.changes/unreleased/Deprecations-20241017-163158.yaml b/.changes/unreleased/Deprecations-20241017-163158.yaml new file mode 100644 index 0000000..6f6b7bd --- /dev/null +++ b/.changes/unreleased/Deprecations-20241017-163158.yaml @@ -0,0 +1,3 @@ +kind: Deprecations +body: Deprecate `TimeGranularity` enum and all other fields that used it +time: 2024-10-17T16:31:58.091095+02:00 diff --git a/.changes/unreleased/Features-20241017-163057.yaml b/.changes/unreleased/Features-20241017-163057.yaml new file mode 100644 index 0000000..ed2feb7 --- /dev/null +++ b/.changes/unreleased/Features-20241017-163057.yaml @@ -0,0 +1,3 @@ +kind: Features +body: Add support for custom time granularity +time: 2024-10-17T16:30:57.023867+02:00 diff --git a/.changes/unreleased/Under the Hood-20241017-163037.yaml b/.changes/unreleased/Under the Hood-20241017-163037.yaml new file mode 100644 index 0000000..8fb4c5b --- /dev/null +++ b/.changes/unreleased/Under the Hood-20241017-163037.yaml @@ -0,0 +1,3 @@ +kind: Under the Hood +body: Add new mechanisms to deprecate fields and classes +time: 2024-10-17T16:30:37.793294+02:00 diff --git a/.changie.yaml b/.changie.yaml index 8f33ee3..671e88d 100644 --- a/.changie.yaml +++ b/.changie.yaml @@ -8,7 +8,9 @@ kindFormat: '### {{.Kind}}' changeFormat: '* {{.Body}}' kinds: - label: Breaking Changes - auto: major + auto: minor + - label: Deprecations + auto: minor - label: Features auto: minor - label: Fixes