Skip to content

Commit

Permalink
v0.31.0: upgraded to kamu v0.195.1 (#114)
Browse files Browse the repository at this point in the history
* v0.31.0: upgraded to kamu v0.195.0
* Corrected workflow
* Upgraded to kamu v0.195.1
* Changelog
  • Loading branch information
zaychenko-sergei authored Aug 16, 2024
1 parent 82f1ba8 commit 907e581
Show file tree
Hide file tree
Showing 10 changed files with 786 additions and 562 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
name: Test / Linux
runs-on: ubuntu-latest
env:
CARGO_FLAGS: --profile ci --features kamu/ftp
NEXTEST_FLAGS: --cargo-profile ci --features kamu/ftp
CARGO_FLAGS: --profile ci --features kamu/ingest-ftp
NEXTEST_FLAGS: --cargo-profile ci --features kamu/ingest-ftp
KAMU_CONTRACTS_DIR: ../../../kamu-contracts
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.31.0] - 2024-08-16
### Changed
- Upgrade kamu-cli version to 0.195.1 (DataFusion 41, Messaging outbox)

## [0.30.0] - 2024-08-13
### Changed
- Upgrade kamu-cli version to 0.194.0 and add `DatasetKeyValueSysEnv` service if encryption key was not provided
Expand Down
Loading

0 comments on commit 907e581

Please sign in to comment.