Skip to content

Commit

Permalink
docs: changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
serramatutu committed Oct 17, 2024
1 parent 2ba8c53 commit b98ab02
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changes/unreleased/Deprecations-20241017-163158.yaml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions .changes/unreleased/Features-20241017-163057.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Features
body: Add support for custom time granularity
time: 2024-10-17T16:30:57.023867+02:00
3 changes: 3 additions & 0 deletions .changes/unreleased/Under the Hood-20241017-163037.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b98ab02

Please sign in to comment.