From 86e3560b7ee13852dfd6778abd6c6300a48be150 Mon Sep 17 00:00:00 2001 From: "devsy-app[bot]" <277138668+devsy-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 00:43:40 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1772e6f..3eb51cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d244c6d..c8d27da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.0.0](https://github.com/devsy-org/agentapi/compare/v1.0.0...v2.0.0) (2026-04-18) + + +### ⚠ BREAKING CHANGES + +* rename loft/vcluster to devsy ([#13](https://github.com/devsy-org/agentapi/issues/13)) +* rename module from loft-sh/agentapi/v4 to skevetter/agentapi ([#11](https://github.com/devsy-org/agentapi/issues/11)) + +### Features + +* rename loft/vcluster to devsy ([#13](https://github.com/devsy-org/agentapi/issues/13)) ([df5e34b](https://github.com/devsy-org/agentapi/commit/df5e34b15985684676cc1f4ab6ed2c49a70bb90f)) +* rename module from loft-sh/agentapi/v4 to skevetter/agentapi ([#11](https://github.com/devsy-org/agentapi/issues/11)) ([8a07559](https://github.com/devsy-org/agentapi/commit/8a07559806c221e58c5bee7cf48ba8dce4194858)) + + +### Bug Fixes + +* add pip install pre-commit to workflow ([#19](https://github.com/devsy-org/agentapi/issues/19)) ([2df5b20](https://github.com/devsy-org/agentapi/commit/2df5b20418361baefa270ab7b401af48c7f35a5c)) +* remove pip cache and requirements.txt from pre-commit workflow ([#18](https://github.com/devsy-org/agentapi/issues/18)) ([382daa0](https://github.com/devsy-org/agentapi/commit/382daa0139a3a0bf36bc035cdbda4797c303ee90)) +* reset release version to v1.0.0 for Go module compatibility ([#16](https://github.com/devsy-org/agentapi/issues/16)) ([8ff5587](https://github.com/devsy-org/agentapi/commit/8ff558733456d05c9d4705e3c431eef93dbb8ba8)) +* update generated openapi to use DevsyClusterInfo ([#25](https://github.com/devsy-org/agentapi/issues/25)) ([7025b68](https://github.com/devsy-org/agentapi/commit/7025b682d209de0eea164ff2873b36daa71bd3bf)) + ## 1.0.0 (2026-04-13)