Skip to content

Commit

Permalink
1355
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 3, 2024
1 parent 7cab46e commit d6ea460
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/documents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- run: pip install --upgrade mkdocs-material mike termynal

# keep five versions
- run: mike delete "0.7.0"
# - run: mike delete "0.7.0"

# this should match the version
- run: mike delete latest
- run: mike deploy -p "0.12.0" latest
- run: mike delete dev
# # this should match the version
# - run: mike delete latest
# - run: mike deploy -p "0.12.0" latest
# - run: mike delete dev

# - run: mike deploy -p "0.12.0" dev
- run: mike deploy -p "0.13.0" dev
6 changes: 6 additions & 0 deletions docs/get-started/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file, where appro

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

## [0.13.0] - UNRELEASED

### Added

- [[#1362](https://github.com/mabel-dev/opteryx/pull/1362)] Shortcut OR evaluations [@joocer](https://github.com/joocer)

## [0.12.0] - 2024-01-02

> IMPORTANT!
Expand Down

0 comments on commit d6ea460

Please sign in to comment.