Skip to content

Commit

Permalink
Bump version and update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 6, 2024
1 parent edd244b commit 2411a5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

0.2.0 (2024-12-06)
------------------

* Fix schema generation.
* Add --version arg to CLI.
* Add `db:schema:load` command.
* Add better error handling for ClickHouse connection issues.

0.1.1 (2024-12-03)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "houseplant"
version = "0.1.1"
version = "0.2.0"
description = "Database Migrations for ClickHouse."
readme = "README.md"
authors = [{name = "June", email = "[email protected]"}]
Expand Down
2 changes: 1 addition & 1 deletion src/houseplant/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 1, 1)
VERSION = (0, 2, 0)
PRERELEASE = None # alpha, beta or rc
REVISION = None

Expand Down

0 comments on commit 2411a5c

Please sign in to comment.