We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ed9fd commit b4d37cbCopy full SHA for b4d37cb
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
4
5
+## [0.5.1] - 2022-09-27
6
+### Added
7
+- Schema templating for insert queries using query params PR #131
8
+
9
## [0.5.0] - 2022-09-21
10
### Fixed
11
- Bugs with returning UUID and NaN values PR #128
pharus/version.py
@@ -1,2 +1,2 @@
1
"""Package metadata."""
-__version__ = "0.5.0"
+__version__ = "0.5.1"
0 commit comments