Skip to content

Commit

Permalink
🔖 v1.0.1 Incremented version to v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeares committed Jul 2, 2022
1 parent ed930e0 commit 724547e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
## 1.0.x Releases
This is the current release cycle, so future features will be updated below.

### v1.0.1

- **Added `citus` as an official database flavor.**
Citus is a distributed database built on PostgreSQL. When an `id` column is provided, Meerschaum will call `create_distributed_table()` on the pipe's ID index. Citus has also been added to the official test suite.
- **Changed `end` datetimes to be exclusive.**
The `end` parameter now generates `<` instead of `<=`. This shouldn't be a major breaking change but is important to be aware of.
- **Bumped `rich` to v12.4.4.**

### v1.0.0: **Mutable at Last**

**What's New**
Expand Down
2 changes: 1 addition & 1 deletion meerschaum/config/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Specify the Meerschaum release version.
"""

__version__ = "1.0.1.dev2"
__version__ = "1.0.1"

0 comments on commit 724547e

Please sign in to comment.