Skip to content

Commit 9c677bc

Browse files
author
Crystal Melting Dot
committed
Add changelog entry and bump version
1 parent 363d225 commit 9c677bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- [t]—test suite improvement
88
- [d]—docs improvement
99

10+
## 2.5.1 (July 19, 2022)
11+
12+
- [f] Usage of SQL keywords as field names is now possible by quoting them in the resulting query.
1013

1114
## 2.5.0 (July 8, 2022)
1215

norm.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "2.5.0"
3+
version = "2.5.1"
44
author = "Constantine Molchanov"
55
description = "Nim ORM for SQLite and PostgreSQL."
66
license = "MIT"

0 commit comments

Comments
 (0)