Skip to content

Commit faf0750

Browse files
Merge pull request #15 from Pix4D/prepare-v0.3.0
prepare release v0.3.0
2 parents 96edcb9 + f9b229f commit faf0750

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1+
<!--
2+
# TEMPLATE
3+
4+
Instructions
5+
6+
Do not touch this section. Instead, update the section below called Unreleased, by copying
7+
the subsections here as needed. This two-level approach ensures understandable diffs
8+
when updating the CHANGELOG for a release.
9+
10+
### Added
11+
### Changed
12+
### Breaking changes
13+
### Deprecated
14+
### Removed
15+
### Fixed
16+
-->
17+
118
# pix4d/go-kit CHANGELOG
219

320
## [Unreleased]
421

22+
## [v0.3.0] 2026-04-13
23+
524
### Added
625

726
- Package `googlechat`, imported from cogito.
@@ -10,11 +29,6 @@
1029

1130
- go.mod: upgrade to Go 1.26.2
1231

13-
### Deprecated
14-
### Removed
15-
### Fixed
16-
### Security
17-
1832
## [v0.2.0] - 2026-01-20
1933

2034
### Added
@@ -40,5 +54,6 @@
4054

4155

4256
[Unreleased]: https://github.com/pix4d/go-kit/compare/v0.2.0...HEAD
57+
[v0.3.0]: https://github.com/pix4d/go-kit/compare/v0.2.0...v0.3.0
4358
[v0.2.0]: https://github.com/pix4d/go-kit/compare/v0.1.0...v0.2.0
4459
[v0.1.0]: https://github.com/pix4d/go-kit/compare/v0.0.0...v0.1.0

0 commit comments

Comments
 (0)