Skip to content

Commit bb28dcf

Browse files
committed
0.26.1
1 parent 54a4faa commit bb28dcf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/documents.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- run: pdoc orso --no-show-source --mermaid --no-search -t ./template -o ./docs/get-started/ecosystem/orso
2222
- run: markdownify ./docs/get-started/ecosystem/orso/orso.html > ./docs/get-started/ecosystem/orso/orso.md
2323

24-
# # this should match the version
25-
# - run: mike delete latest
26-
# - run: mike deploy -p "0.25.0" latest
27-
# - run: mike delete dev
24+
# this should match the version
25+
- run: mike delete latest
26+
- run: mike deploy -p "0.26.1" latest
27+
- run: mike delete dev
2828

29-
- run: mike deploy -p "0.26.0" dev
29+
- run: mike deploy -p "0.27.0" dev

docs/get-started/release-notes/change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, where appro
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [0.26.0] - UNRELEASED
7+
## [0.26.1] - 2025-11-05
88

99
### Removed
1010

0 commit comments

Comments
 (0)