Skip to content

Commit

Permalink
12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jan 10, 2024
1 parent 8903066 commit 7faeb4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.2" latest
- run: mike delete dev

- run: mike deploy -p "0.13.0" dev
6 changes: 5 additions & 1 deletion docs/get-started/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
## [0.12.2] - 2024-01-10

### Added

Expand All @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- [[#1370](https://github.com/mabel-dev/opteryx/issues/1370)] Compare DATE and TIMESTAMP. [@joocer](https://github.com/joocer)

### Changed

- [[#1366](https://github.com/mabel-dev/opteryx/issues/1355)] Subscript refactor for performance (~3x faster). [@joocer](https://github.com/joocer)

## [0.12.0] - 2024-01-02

### Fixed
Expand Down

0 comments on commit 7faeb4c

Please sign in to comment.