Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jun 19, 2023
1 parent 2fcd54b commit 87f2464
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.6.1 - 2023-06-19

### Fixed

- DRIFT-613: Use new Client.walk method to improve performance, [PR-12](https://github.com/panda-official/DriftCLI/pull/12)
- DRIFT-613: Use new `Client.walk` method to improve performance, [PR-12](https://github.com/panda-official/DriftCLI/pull/12)

## 0.6.0 - 2023-04-12

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools>=40.8.0", "wheel"]
[project]

name = "drift-cli"
version = "0.7.0"
version = "0.6.1"
description = "CLI client for PANDA | Drift Platform"
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit 87f2464

Please sign in to comment.