Skip to content

Commit

Permalink
prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Aug 11, 2024
1 parent 31d2a9d commit edd636a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ task:
arm_container:
image: ubuntu:focal
memory: 8G
# only_if: $CIRRUS_TAG != ''
only_if: "changesInclude('.cirrus.yml', 'src/*', 'native/script/*')"
only_if: $CIRRUS_TAG != ''
# only_if: "changesInclude('.cirrus.yml', 'src/*', 'native/script/*')"
env:
DTLV_PLATFORM: linux
script: |
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Change Log

## 0.9.9 (2024-08-11)
## WIP
### Fixed
- [Native] compile native image with UTF-8 encoding on Arm64 Linux and Windows.

## 0.9.9 (2024-08-11)
## Added
- [Platform] native on arm64 Linux. [Thx @aldebogdanov]
- [Platform] native image on Arm64 Linux. [Thx @aldebogdanov]
- [Benchmark] ported Join Order Benchmark (JOB) from SQL

## Fixed
Expand Down

0 comments on commit edd636a

Please sign in to comment.