From 6fabf396a93cd94f66cedfb5039c35e67cce0748 Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Thu, 14 Sep 2023 15:29:09 +0200 Subject: [PATCH] release 0.9.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4aaa9..32c5627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 0.9.0 - 2023-09-14 + ### Added - support for TypedData for CSV export, [PR-17](https://github.com/panda-official/DriftCLI/pull/17) diff --git a/pyproject.toml b/pyproject.toml index 3537119..3dd6b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=40.8.0", "wheel"] [project] name = "drift-cli" -version = "0.8.0" +version = "0.9.0" description = "CLI client for PANDA | Drift Platform" requires-python = ">=3.8" readme = "README.md"