Skip to content

Commit 4f967dd

Browse files
committed
CL
1 parent bb28dcf commit 4f967dd

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/documents.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- run: markdownify ./docs/get-started/ecosystem/orso/orso.html > ./docs/get-started/ecosystem/orso/orso.md
2323

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

2929
- run: mike deploy -p "0.27.0" dev

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.27.0] - UNRELEASED
8+
9+
### Changed
10+
11+
- [[#2901](https://github.com/mabel-dev/opteryx/issues/2901)] Low-level directory listing code ([@joocer](https://github.com/joocer))
12+
713
## [0.26.1] - 2025-11-05
814

915
### Removed

0 commit comments

Comments
 (0)