Skip to content

Commit 6c3bf67

Browse files
devMinseokclaude
andcommitted
chore: bump version to 1.5.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1c1d6ff commit 6c3bf67

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/wiki-as-readme-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
# 2. Generate Wiki Content & Sync
7979
- name: Generate Content (and Sync to Notion if enabled)
80-
uses: catuscio/wiki-as-readme@v1.4.1
80+
uses: catuscio/wiki-as-readme@v1.5.0
8181
env:
8282
# --- Basic Settings ---
8383
# Use input if available, otherwise default to 'en' (e.g., for push events)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LABEL org.opencontainers.image.description="Turn your codebase into a comprehens
2323
LABEL org.opencontainers.image.licenses="MIT"
2424
LABEL org.opencontainers.image.authors="catuscio <catuscio@hotmail.com>"
2525
LABEL org.opencontainers.image.title="wiki-as-readme"
26-
LABEL org.opencontainers.image.version="1.3.0"
26+
LABEL org.opencontainers.image.version="1.5.0"
2727

2828
RUN useradd -m -u 1000 appuser
2929

Dockerfile.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LABEL org.opencontainers.image.description="Turn your codebase into a comprehens
2626
LABEL org.opencontainers.image.licenses="MIT"
2727
LABEL org.opencontainers.image.authors="catuscio <catuscio@hotmail.com>"
2828
LABEL org.opencontainers.image.title="wiki-as-readme"
29-
LABEL org.opencontainers.image.version="1.3.0"
29+
LABEL org.opencontainers.image.version="1.5.0"
3030

3131
WORKDIR /app
3232

Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LABEL org.opencontainers.image.description="Turn your codebase into a comprehens
2222
LABEL org.opencontainers.image.licenses="MIT"
2323
LABEL org.opencontainers.image.authors="catuscio <catuscio@hotmail.com>"
2424
LABEL org.opencontainers.image.title="wiki-as-readme-server"
25-
LABEL org.opencontainers.image.version="1.3.0"
25+
LABEL org.opencontainers.image.version="1.5.0"
2626

2727
RUN useradd -m -u 1000 appuser
2828

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Optionally sync the generated content to a Notion Database.
189189
190190
# 2. Generate Wiki Content & Sync
191191
- name: Generate Content (and Sync to Notion if enabled)
192-
uses: catuscio/wiki-as-readme@v1.4.1
192+
uses: catuscio/wiki-as-readme@v1.5.0
193193
env:
194194
# --- Basic Settings ---
195195
# Use input if available, otherwise default to 'en' (e.g., for push events)

README_ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
190190
# 2. Generate Wiki Content & Sync
191191
- name: Generate Content (and Sync to Notion if enabled)
192-
uses: catuscio/wiki-as-readme@v1.4.1
192+
uses: catuscio/wiki-as-readme@v1.5.0
193193
env:
194194
# --- Basic Settings ---
195195
# Use input if available, otherwise default to 'en' (e.g., for push events)

WIKI-AS-README-AS-ACTION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
# 2. Generate Wiki Content & Sync
7878
- name: Generate Content (and Sync to Notion if enabled)
79-
uses: catuscio/wiki-as-readme@v1.4.1
79+
uses: catuscio/wiki-as-readme@v1.5.0
8080
env:
8181
# --- Basic Settings ---
8282
# Use input if available, otherwise default to 'en' (e.g., for push events)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wiki-as-readme"
3-
version = "1.3.0"
3+
version = "1.5.0"
44
description = "Turn your codebase into a comprehensive Wiki in minutes, delivered in a single Readme."
55
readme = "README.md"
66
authors = [{ name = "catuscio", email = "catuscio@hotmail.com" }]

src/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
app = FastAPI(
1616
title="Wiki as Readme",
1717
description="Turn your codebase into a comprehensive Wiki in minutes, delivered in a single Readme.",
18-
version="1.3.0",
18+
version="1.5.0",
1919
)
2020

2121

0 commit comments

Comments
 (0)