Skip to content

Commit 173f1b2

Browse files
authored
Merge pull request #19 from baluyotraf/release/0.0.8
bump: update items to 0.0.8
2 parents 0c985c7 + 9ced676 commit 173f1b2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.0.8
4+
5+
- Lessen restriction by making `ListParameter` a `Collection` ([#18]).
6+
7+
[#18]: https://github.com/baluyotraf/altqq/pull/18
8+
39
## 0.0.7
410

511
- Fix PostgreSQL issue with non-string non-parameter values ([#17]).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ convention = "google"
1111

1212
[tool.poetry]
1313
name = "altqq"
14-
version = "0.0.7"
14+
version = "0.0.8"
1515
description = "Alternative Queries: Typed and Reusable Handcrafted SQL"
1616
authors = ["baluyotraf <baluyotraf@outlook.com>"]
1717
maintainers = ["baluyotraf <baluyotraf@outlook.com>"]

0 commit comments

Comments
 (0)