2 Commits
0.1.0 ... 0.1.2

Author SHA1 Message Date
56a257be2e Bump package version. 2019-12-25 20:36:03 -06:00
35af299fdc Rename module from 'fiber_orm_nim' to 'fiber_orm'. 2019-12-25 18:51:00 -06:00
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.1.0"
version = "0.1.2"
author = "Jonathan Bernard"
description = "Lightweight Postgres ORM for Nim."
license = "GPL-3.0"

View File

@ -2,7 +2,7 @@ import db_postgres, macros, options, sequtils, strutils, uuids
from unicode import capitalize
import ./fiber_orm_nim/util
import ./fiber_orm/util
type NotFoundError* = object of CatchableError