diff --git a/AGENTS.md b/AGENTS.md index 3278458..518c497 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -282,6 +282,7 @@ The current version of the project is not stable yet, so you need to follow the * 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. * For minor changes, update only the Y in 0.X.Y. For example: 0.5.2 -> 0.5.3 * 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 +* Before choosing if the changes are minor or major, check all the commits since the last tag. After the commit is merged into the default branch the workflow will cross-compile the project and create a GitHub release of that version. Check the workflow file in case of doubt. diff --git a/package.nix b/package.nix index 9b225cf..b0efd42 100644 --- a/package.nix +++ b/package.nix @@ -1,7 +1,7 @@ { buildGoModule, versionCheckHook }: buildGoModule (finalAttrs: { pname = "sysdig-mcp-server"; - version = "0.4.0"; + version = "0.5.0"; src = ./.; vendorHash = "sha256-jf/px0p88XbfuSPMry/qZcfR0QPTF9IrPegg2CwAd6M=";