Skip to content

Commit d6b6d7f

Browse files
chore(release): v0.13.4
GitOrigin-RevId: 4e91173601559e26e8d663138d744ba38e6114ae
1 parent 1e0dafd commit d6b6d7f

11 files changed

Lines changed: 32 additions & 28 deletions

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## [0.13.4] - 2026-08-17
6+
7+
- Fixed MDX syntax that prevented the Markets documentation page and two other docs pages from publishing.
8+
59
## [0.13.3] - 2026-08-16
610

711
- Fixed uneven provider segment fills in the cost calculator.

compose.worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
<<: *temporal-env
1616

1717
worker:
18-
image: ${BISIBILITY_WORKER_IMAGE:-docker.io/corgicorner/bisibility-worker:0.13.3}
18+
image: ${BISIBILITY_WORKER_IMAGE:-docker.io/corgicorner/bisibility-worker:0.13.4}
1919
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
2020
restart: unless-stopped
2121
environment:

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ x-app-env: &app-env
9292

9393
services:
9494
db-migrations:
95-
image: ${BISIBILITY_IMAGE:-docker.io/corgicorner/bisibility:0.13.3}
95+
image: ${BISIBILITY_IMAGE:-docker.io/corgicorner/bisibility:0.13.4}
9696
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
9797
command: >
9898
sh -c 'npm run db:migrate
@@ -103,7 +103,7 @@ services:
103103
condition: service_healthy
104104

105105
app:
106-
image: ${BISIBILITY_IMAGE:-docker.io/corgicorner/bisibility:0.13.3}
106+
image: ${BISIBILITY_IMAGE:-docker.io/corgicorner/bisibility:0.13.4}
107107
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
108108
restart: unless-stopped
109109
ports:

distribution-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"schemaVersion": 3,
3-
"release": "v0.13.3",
3+
"release": "v0.13.4",
44
"source": {
55
"repository": "https://github.com/CorgiCorner/bisibility",
6-
"tag": "v0.13.3"
6+
"tag": "v0.13.4"
77
},
88
"images": {
9-
"web": "ghcr.io/corgicorner/bisibility:0.13.3",
10-
"worker": "ghcr.io/corgicorner/bisibility-worker:0.13.3"
9+
"web": "ghcr.io/corgicorner/bisibility:0.13.4",
10+
"worker": "ghcr.io/corgicorner/bisibility-worker:0.13.4"
1111
},
1212
"artifacts": {
1313
"composeCompatibility": {
1414
"name": "docker-compose.self-host.yml",
15-
"sha256": "24b4f30575572d3d40ec3406382282fa6da0ed99dc2230ca69151359e87fa578"
15+
"sha256": "9d921d919865f00b5d89b080637b5229a1c4dd19d42d6ecc76f6d8b8aeb8d784"
1616
},
1717
"composeCore": {
1818
"name": "compose.yaml",
19-
"sha256": "608a3f1d3da4e9d63fe4eac9aa8770fa4cd6afcc17b608260118279a5fe41257"
19+
"sha256": "03d9ce6a389a504e8be2e2f83b016e01998c13961172b537336dc6f66050b0e7"
2020
},
2121
"composeTemporal": {
2222
"name": "compose.temporal.yaml",
2323
"sha256": "a8e9fd41bdbf41acd470c0032930a23b04d24a59f51b850364b1b1bcc7464715"
2424
},
2525
"composeWorker": {
2626
"name": "compose.worker.yaml",
27-
"sha256": "8c140d07eb8d495bb089ba9e5afc2c5009c1d22efade1759a2601f8a021ae164"
27+
"sha256": "0b3347fb57db5fb9ada339764110f67232a9d796735712a7680c29c7e0b26d7a"
2828
},
2929
"environment": {
3030
"name": "bisibility.env.example",

docker-compose.self-host.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ x-app-env: &app-env
100100

101101
services:
102102
db-migrations:
103-
image: docker.io/corgicorner/bisibility:0.13.3
103+
image: docker.io/corgicorner/bisibility:0.13.4
104104
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
105105
command: >
106106
sh -c 'npm run db:migrate && if [ "$$DEMO_FIXED_OTP" = "1" ]; then node --experimental-strip-types prisma/seed.ts; fi'
@@ -110,7 +110,7 @@ services:
110110
condition: service_healthy
111111

112112
app:
113-
image: docker.io/corgicorner/bisibility:0.13.3
113+
image: docker.io/corgicorner/bisibility:0.13.4
114114
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
115115
restart: unless-stopped
116116
ports:
@@ -297,7 +297,7 @@ services:
297297
- "127.0.0.1:${TEMPORAL_UI_HOST_PORT:-8233}:8080"
298298

299299
worker:
300-
image: docker.io/corgicorner/bisibility-worker:0.13.3
300+
image: docker.io/corgicorner/bisibility-worker:0.13.4
301301
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
302302
profiles: [ "scheduled" ]
303303
restart: unless-stopped

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ x-app-env: &app-env
107107

108108
services:
109109
db-migrations:
110-
image: ${BISIBILITY_IMAGE:-docker.io/corgicorner/bisibility:0.13.3}
110+
image: ${BISIBILITY_IMAGE:-docker.io/corgicorner/bisibility:0.13.4}
111111
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
112112
build:
113113
<<: *app-build
@@ -121,7 +121,7 @@ services:
121121
condition: service_healthy
122122

123123
app:
124-
image: ${BISIBILITY_IMAGE:-docker.io/corgicorner/bisibility:0.13.3}
124+
image: ${BISIBILITY_IMAGE:-docker.io/corgicorner/bisibility:0.13.4}
125125
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
126126
build: *app-build
127127
restart: unless-stopped
@@ -309,7 +309,7 @@ services:
309309
- "127.0.0.1:${TEMPORAL_UI_HOST_PORT:-8233}:8080"
310310

311311
worker:
312-
image: ${BISIBILITY_WORKER_IMAGE:-docker.io/corgicorner/bisibility-worker:0.13.3}
312+
image: ${BISIBILITY_WORKER_IMAGE:-docker.io/corgicorner/bisibility-worker:0.13.4}
313313
pull_policy: ${BISIBILITY_PULL_POLICY:-missing}
314314
build:
315315
context: .

docs/api/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Discovery routes are mixed:
7777

7878
| Route | Shape |
7979
| - | - |
80-
| `/health`, `/readiness` | `{ "status": "ok" | "degraded" }` |
80+
| `/health`, `/readiness` | `{ "status": "ok" \| "degraded" }` |
8181
| `/liveness` | `{ "status": "ok" }` |
8282
| `/openapi.json` | Raw OpenAPI document |
8383
| `/capabilities` | `{ "apiVersions": ["v1"], "scheduler_driver": "temporal", "data": [...] }` |

docs/markets.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ do not need to reconstruct the market from display text.
3434
These countries can be used for position tracking. The default language is used
3535
when a location key has no `@language` qualifier.
3636

37-
<!-- supported-market-catalog:start -->
37+
{/* supported-market-catalog:start */}
3838
| Country | ISO code | Default language |
3939
| - | - | - |
4040
| United States | `US` | English (`en`) |
@@ -64,14 +64,14 @@ when a location key has no `@language` qualifier.
6464
| New Zealand | `NZ` | English (`en`) |
6565
| South Africa | `ZA` | English (`en`) |
6666
| United Arab Emirates | `AE` | English (`en`) |
67-
<!-- supported-market-catalog:end -->
67+
{/* supported-market-catalog:end */}
6868

6969
## Supported languages
7070

7171
These language codes can qualify any supported country, region, or city key for
7272
position tracking.
7373

74-
<!-- supported-language-catalog:start -->
74+
{/* supported-language-catalog:start */}
7575
Luo (`ach`) · Afrikaans (`af`) · Akan (`ak`) · Amharic (`am`)
7676

7777
Arabic (`ar`) · Azeri (`az`) · Belarusian (`be`) · IciBemba (`bem`)
@@ -131,7 +131,7 @@ Tswana (`tn`) · Tonga (Tonga Islands) (`to`) · Turkish (`tr`) · Tumbuka (`tum
131131
Ukrainian (`uk`) · Urdu (`ur`) · Uzbek (`uz`) · Vietnamese (`vi`)
132132

133133
Wolof (`wo`) · Xhosa (`xh`) · Yoruba (`yo`) · Chinese (Simplified) (`zh-cn`) · Chinese (Traditional) (`zh-tw`) · Zulu (`zu`)
134-
<!-- supported-language-catalog:end -->
134+
{/* supported-language-catalog:end */}
135135

136136
## Research capability
137137

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bisibility",
3-
"version": "0.13.3",
3+
"version": "0.13.4",
44
"private": true,
55
"description": "Self-hostable open-source keyword rank tracker with keyword and backlink research, MCP, and bring-your-own providers.",
66
"license": "AGPL-3.0-only",

0 commit comments

Comments
 (0)