aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 4281ebd767a9f73df013ea7c6fa36a7d26903259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--
SPDX-FileCopyrightText: 2025 Stefan Majewsky <majewsky@gmx.net>
SPDX-License-Identifier: Apache-2.0
-->

# v1.1.0 (2025-04-24)

Changes:

- Add `options.Max()` and `options.Min()`.

# v1.0.0 (2025-02-12)

Initial release. The Go version requirement is 1.24.0 because `type Option`
depends on support for `omitzero` in encoding/json for correct marshaling.