Skip to content

Commit

Permalink
0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 7, 2024
1 parent 88a2e58 commit 7fd2d91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
# - 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
# - run: mike delete latest
# - run: mike deploy -p "0.12.0" latest
# - run: mike delete 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)
- [[#1365](https://github.com/mabel-dev/opteryx/pull/1365)] Shortcut nested AND evaluations [@joocer](https://github.com/joocer)

## [0.12.0] - 2024-01-02

Expand Down

0 comments on commit 7fd2d91

Please sign in to comment.