Skip to content

Commit 946b307

Browse files
authored
Add duration utils (#3700)
* Add duration utils * Bump changelog and version * Bump changelog and version --------- Co-authored-by: Robert <[email protected]>
1 parent 63465ee commit 946b307

File tree

5 files changed

+1119
-1
lines changed

5 files changed

+1119
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release (2025-xx-xx)
2+
- `core`: [v0.18.0](core/CHANGELOG.md#v0180)
3+
- **New:** Added duration utils
24
- `stackitmarketplace`: [v1.16.0](services/stackitmarketplace/CHANGELOG.md#v1160)
35
- **Breaking Change:** Remove unused `ProjectId` model struct
46
- `iaas`: [v1.1.0](services/iaas/CHANGELOG.md#v110)

core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.18.0
2+
- **New:** Added duration utils
3+
14
## v0.17.3
25
- **Dependencies:** Bump `github.com/golang-jwt/jwt/v5` from `v5.2.2` to `v5.2.3`
36

core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.17.3
1+
v0.18.0

0 commit comments

Comments
 (0)