Add logging statments (behind namespaced logger).

This commit is contained in:
2022-01-13 14:45:16 -06:00
parent 279d9aa7fd
commit f7791b6f60
2 changed files with 42 additions and 19 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.3.4"
version = "0.3.5"
author = "Jonathan Bernard"
description = "Lightweight Postgres ORM for Nim."
license = "GPL-3.0"
@ -11,3 +11,4 @@ srcDir = "src"
# Dependencies
requires "nim >= 1.4.0"
requires "https://git.jdb-software.com/jdb/nim-namespaced-logging.git"