From 51f51520a1218b5b1523a13ff3967a6b98773082 Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Fri, 16 Jun 2023 17:03:09 +0200 Subject: [PATCH] release 0.6.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9dfc99..2a86111 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.6.0 - 2023-06-16 + ### Added: - DRIFT-613: `Client.walk` method to iterate data in blob storage, [PR-32](https://github.com/panda-official/DriftPythonClient/pull/32) diff --git a/README.md b/README.md index df60760..a40c9ad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![PyPI](https://img.shields.io/pypi/v/drift-python-client)](https://pypi.org/project/drift-python-client/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/drift-python-client)](https://pypi.org/project/drift-python-client/) -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/panda-official/DriftPythonClient/ci.yml?branch=main)](https://github.com/panda-official/DriftPythonClient/actions) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/panda-official/DriftPythonClient/ci.yml?branch=develop)](https://github.com/panda-official/DriftPythonClient/actions) Python Client to access data of [PANDA|Drift](docs/panda_drift.md)