Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Apr 26, 2024
1 parent 48f330d commit 0b9185b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ 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).

## Unreleased
### Added
- GHA: use `cargo-udeps` to prevent the possibility of using unused dependencies
## [0.21.0] - 2024-04-26
### Changed
- Upgraded `kamu` from `0.176.3` to `0.177.0` ([changelog](https://github.com/kamu-data/kamu-cli/blob/master/CHANGELOG.md))
- GHA: use `cargo-binstall` to speed up CI jobs
- CI improvements:
- use `cargo-udeps` to prevent the possibility of using unused dependencies
- use `cargo-binstall` to speed up CI jobs

## [0.20.3] - 2024-04-21
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag =


[workspace.package]
version = "0.20.3"
version = "0.21.0"
edition = "2021"
homepage = "https://github.com/kamu-data/kamu-platform"
repository = "https://github.com/kamu-data/kamu-platform"
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Business Source License 1.1

Licensor: Kamu Data, Inc.

Licensed Work: Kamu Platform Version 0.20.3
Licensed Work: Kamu Platform Version 0.21.0
The Licensed Work is © 2023 Kamu Data, Inc.

Additional Use Grant: You may use the Licensed Work for any purpose,
Expand All @@ -24,7 +24,7 @@ Additional Use Grant: You may use the Licensed Work for any purpose,
Licensed Work where data or transformations are
controlled by such third parties.

Change Date: 2028-04-15
Change Date: 2028-04-26

Change License: Apache License, Version 2.0

Expand Down

0 comments on commit 0b9185b

Please sign in to comment.