Skip to content

Commit

Permalink
Prepare release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Dec 25, 2024
1 parent 4be9ff7 commit 42367d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

0.6.1
-----
- Fix project build

0.6.0
-----
- S3SelectParser now returns the number of BytesProcessed

0.5.6
-----
- DynamoDB table names can now be MixedCased
Expand Down
2 changes: 1 addition & 1 deletion py_partiql_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.6"
__version__ = "0.6.1"


from ._internal.parser import DynamoDBStatementParser, S3SelectParser # noqa
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 = "py-partiql-parser"
version = "0.5.6"
version = "0.6.1"
description = "Pure Python PartiQL Parser"
readme = "README.md"
keywords = ["pypartiql", "parser"]
Expand Down

0 comments on commit 42367d5

Please sign in to comment.