Skip to content

Commit 12cf408

Browse files
authored
build: release 0.5.0 (#51)
1 parent 71636ea commit 12cf408

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ The current version of the project is not stable yet, so you need to follow the
282282
* Unless specified, do not attempt to stabilize the version. That is, do not try to update the version to >=1.0.0. Versions for now should be <1.0.0.
283283
* For minor changes, update only the Y in 0.X.Y. For example: 0.5.2 -> 0.5.3
284284
* For major/feature changes, update the X in 0.X.Y and set the Y to 0. For example: 0.5.2 -> 0.6.0
285+
* Before choosing if the changes are minor or major, check all the commits since the last tag.
285286

286287
After the commit is merged into the default branch the workflow will cross-compile the project and create a GitHub release of that version.
287288
Check the workflow file in case of doubt.

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ buildGoModule, versionCheckHook }:
22
buildGoModule (finalAttrs: {
33
pname = "sysdig-mcp-server";
4-
version = "0.4.0";
4+
version = "0.5.0";
55
src = ./.;
66
vendorHash = "sha256-jf/px0p88XbfuSPMry/qZcfR0QPTF9IrPegg2CwAd6M=";
77

0 commit comments

Comments
 (0)