Skip to content

Commit c84f9fa

Browse files
committed
release: v0.2.0
Signed-off-by: m-d-key <[email protected]>
1 parent 9f0c1f9 commit c84f9fa

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11

2+
<a name="v0.2.0"></a>
3+
## [v0.2.0] - 2025-04-08
4+
### Features
5+
- **jsonutils:** additional jsonutil features ([#15](https://gitlab.sas.com/convoy/sas-ddk/issues/15))
6+
- add Close functions to Result and Maybe types
7+
- **jsonutils:** add LoadAs and MarshalAs functions
8+
- **maputils:** remove protobuf dependency
9+
- **sliceutils:** add ContainsAll and Duplicate functions
10+
11+
### Build Changes
12+
- **deps:** bump golang.org/x/text in the gomod group
13+
- **deps:** bump the github-actions group with 2 updates
14+
- **deps:** bump golangci/golangci-lint-action
15+
- **deps:** bump golang.org/x/text in the gomod group
16+
17+
### Continuous Integration
18+
- sign automatic release prs
19+
20+
221
<a name="v0.1.0"></a>
322
## v0.1.0 - 2025-02-19
423
### Features
524
- initial commit
625

726

8-
[Unreleased]: https://gitlab.sas.com/convoy/sas-ddk/compare/v0.1.0...HEAD
27+
[Unreleased]: https://gitlab.sas.com/convoy/sas-ddk/compare/v0.2.0...HEAD
28+
[v0.2.0]: https://gitlab.sas.com/convoy/sas-ddk/compare/v0.1.0...v0.2.0

0 commit comments

Comments
 (0)