Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "2.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading