Skip to content

Commit b4d37cb

Browse files
committed
update ver and changelog
1 parent f5ed9fd commit b4d37cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.5.1] - 2022-09-27
6+
### Added
7+
- Schema templating for insert queries using query params PR #131
8+
59
## [0.5.0] - 2022-09-21
610
### Fixed
711
- Bugs with returning UUID and NaN values PR #128

pharus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.5.0"
2+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)