From 630e60e1df9149a669e714fb5ca003d2b623233c Mon Sep 17 00:00:00 2001 From: Sergii Mikhtoniuk Date: Sun, 26 Nov 2023 12:32:19 -0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- LICENSE.txt | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348fea77..f63ac3bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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.11.0] - 2023-11-26 +### Added +- Push ingest API + ## [0.10.0] - 2023-10-29 ### Added - Introduced a config file allowing to configure the list of supported auth providers diff --git a/Cargo.lock b/Cargo.lock index 67ea742e..06e3d2b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2957,7 +2957,7 @@ dependencies = [ [[package]] name = "kamu-api-server" -version = "0.10.1" +version = "0.11.0" dependencies = [ "arrow-flight", "async-graphql", @@ -3083,7 +3083,7 @@ dependencies = [ [[package]] name = "kamu-repo-tools" -version = "0.10.1" +version = "0.11.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4233c6bf..4f03d0da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag = [workspace.package] -version = "0.10.1" +version = "0.11.0" edition = "2021" homepage = "https://github.com/kamu-data/kamu-platform" repository = "https://github.com/kamu-data/kamu-platform" diff --git a/LICENSE.txt b/LICENSE.txt index e4be0a22..7f2f16c1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -11,7 +11,7 @@ Business Source License 1.1 Licensor: Kamu Data, Inc. -Licensed Work: Kamu Platform Version 0.10.1 +Licensed Work: Kamu Platform Version 0.11.0 The Licensed Work is © 2023 Kamu Data, Inc. Additional Use Grant: You may use the Licensed Work for any purpose, @@ -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: 2027-10-29 +Change Date: 2027-11-26 Change License: Apache License, Version 2.0