Skip to content

Commit 3d1d82d

Browse files
Merge branch 'main' into fix/sort-refs-before-cap
2 parents b0e5138 + 44a5db8 commit 3d1d82d

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
- Fixed revision selection so the 64-revision cap prefers the newest matching branches and tags instead of pruning by ref-name order. [#1122](https://github.com/sourcebot-dev/sourcebot/pull/1122)
1212

13-
1413
## [4.16.11] - 2026-04-17
1514

1615
### Changed

docs/api-reference/sourcebot-public.openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "Sourcebot Public API",
5-
"version": "v4.16.10",
5+
"version": "v4.16.11",
66
"description": "OpenAPI description for the public Sourcebot REST endpoints used for search, repository listing, and file browsing. Authentication is instance-dependent: API keys are the standard integration mechanism, OAuth bearer tokens are EE-only, and some instances may allow anonymous access."
77
},
88
"tags": [

packages/shared/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is auto-generated by .github/workflows/release-sourcebot.yml
2-
export const SOURCEBOT_VERSION = "v4.16.10";
2+
export const SOURCEBOT_VERSION = "v4.16.11";

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18498,8 +18498,8 @@ __metadata:
1849818498
linkType: hard
1849918499

1850018500
"protobufjs@npm:^7.3.0, protobufjs@npm:^7.4.0, protobufjs@npm:^7.5.3, protobufjs@npm:^7.5.4":
18501-
version: 7.5.4
18502-
resolution: "protobufjs@npm:7.5.4"
18501+
version: 7.5.5
18502+
resolution: "protobufjs@npm:7.5.5"
1850318503
dependencies:
1850418504
"@protobufjs/aspromise": "npm:^1.1.2"
1850518505
"@protobufjs/base64": "npm:^1.1.2"
@@ -18513,7 +18513,7 @@ __metadata:
1851318513
"@protobufjs/utf8": "npm:^1.1.0"
1851418514
"@types/node": "npm:>=13.7.0"
1851518515
long: "npm:^5.0.0"
18516-
checksum: 10c0/913b676109ffb3c05d3d31e03a684e569be91f3bba8613da4a683d69d9dba948daa2afd7d2e7944d1aa6c417890c35d9d9a8883c1160affafb0f9670d59ef722
18516+
checksum: 10c0/3d48896a916761e3e60b52f80027eb4fba3f5a6e3f8461e04939db18812db2cb0db4c73d03e1134a960e99525ae1d236f076a0bc01273016f573b76f33ffbd47
1851718517
languageName: node
1851818518
linkType: hard
1851918519

0 commit comments

Comments
 (0)