Skip to content

Commit 9e45980

Browse files
release: 1.11.0
1 parent 7309030 commit 9e45980

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.11.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.10.0...v1.11.0) (2026-09-18)
4+
5+
6+
### Features
7+
8+
* **api:** enable ZDR on remaining AI endpoints via OpenAI ([#1099](https://github.com/context-dot-dev/context-dev-cli/issues/1099)) ([cd708ca](https://github.com/context-dot-dev/context-dev-cli/commit/cd708cab6ed78bd33d9d6237f09cbc38e45347d4))
9+
* **scrape:** add CSS extraction rules to HTML scraping ([#1146](https://github.com/context-dot-dev/context-dev-cli/issues/1146)) ([7312544](https://github.com/context-dot-dev/context-dev-cli/commit/7312544df2c45bcc1a83b53385349c5c0f587280))
10+
* **web:** add URL-based scrape screenshot endpoint ([#1150](https://github.com/context-dot-dev/context-dev-cli/issues/1150)) ([7309030](https://github.com/context-dot-dev/context-dev-cli/commit/730903032b70d9bbd6026d005946170cd79ef560))
11+
12+
13+
### Bug Fixes
14+
15+
* **api:** lower partial scrape timeout minimum to five seconds ([#1118](https://github.com/context-dot-dev/context-dev-cli/issues/1118)) ([29338a1](https://github.com/context-dot-dev/context-dev-cli/commit/29338a15ff1b82c1c1908af5db66c6011461814d))
16+
317
## [1.10.0](https://github.com/context-dot-dev/context-dev-cli/compare/v1.9.0...v1.10.0) (2026-09-15)
418

519

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "1.10.0" // x-release-please-version
5+
const Version = "1.11.0" // x-release-please-version

0 commit comments

Comments
 (0)