Skip to content

Commit da4d138

Browse files
committed
update CHANGELOG and documentation
1 parent cf57dcb commit da4d138

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] -
8+
## [Unreleased] - YYYY-MM-DD
9+
10+
## [v0.15.0] - 2026-01-27
911

1012
### Changed
1113

1214
- Update to Go 1.25.
1315

16+
### Breaking changes
17+
18+
- The packages `sets`, `retry`, `github` have been removed, following the deprecation notice in v0.14.0.
19+
This does not impact the users of the cogito Concourse resource.
20+
It impacts only code using these packages directly. Such code should switch to https://github.com/Pix4D/go-kit, which contains the same packages (drop-in replacement).
21+
1422
## [v0.14.0] - 2026-01-26
1523

1624
### Deprecated
@@ -334,3 +342,5 @@ This release allows to use cogito for the vast majority of chat notifications wh
334342
[v0.12.0]: https://github.com/Pix4D/cogito/releases/tag/v0.12.0
335343
[v0.12.1]: https://github.com/Pix4D/cogito/releases/tag/v0.12.1
336344
[v0.13.0]: https://github.com/Pix4D/cogito/releases/tag/v0.13.0
345+
[v0.14.0]: https://github.com/Pix4D/cogito/releases/tag/v0.14.0
346+
[v0.15.0]: https://github.com/Pix4D/cogito/releases/tag/v0.15.0

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ In case of doubts about how to tackle testing something, feel free to ask.
1515
## Required
1616

1717
* Go, version >= 1.25
18-
* Docker, version >= 20
19-
* [Task], version >= 3.40
18+
* Docker, version >= 28
19+
* [Task], version >= 3.46
2020

2121
## Optional
2222

0 commit comments

Comments
 (0)