Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Feb 22, 2023
1 parent 7dfee2d commit e9f825a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-02-22

### Added

- Option `--topics`to `export raw` command, [PR-3](https://github.com/panda-official/DriftCLI/pull/3)
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.1.0"
version = "0.2.0"
description = "CLI client for PANDA | Drift Platform"
requires-python = ">=3.8"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion tests/export_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def test__export_raw_data_topics(runner, conf, export_path, topics):
assert f"'{topics[1]}'" not in result.output
assert result.exit_code == 0

assert result.exit_code == 0
assert (export_path / topics[0] / "1.dp").exists()
assert (export_path / topics[0] / "2.dp").exists()
assert not (export_path / topics[1] / "1.dp").exists()
Expand Down

0 comments on commit e9f825a

Please sign in to comment.