We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5f1c2 commit 2899e67Copy full SHA for 2899e67
docs/release-notes.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
7
-## [Unreleased]
+## [v0.11.0] - 2026-02-18
8
9
### Added
10
nix/package.nix
@@ -24,7 +24,7 @@ in
24
25
buildGoModule rec {
26
pname = "comin";
27
- version = "0.10.0";
+ version = "0.11.0";
28
nativeCheckInputs = [ git ];
29
# FIXME: remove this
30
doCheck = false;
0 commit comments