Skip to content

Commit 4f5d856

Browse files
Copilotringabout
andcommitted
Bump version from 0.6.6 to 0.6.8 and nimcrypto from 0.5.4 to 0.6.0
Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
1 parent 3852871 commit 4f5d856

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

prologue.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.6.6"
3+
version = "0.6.8"
44
author = "ringabout"
55
description = "Prologue is an elegant and high performance web framework"
66
license = "Apache-2.0"
@@ -10,7 +10,7 @@ srcDir = "src"
1010
# Dependencies
1111
requires "nim >= 2.0.0"
1212
requires "regex >= 0.20.0"
13-
requires "nimcrypto >= 0.5.4"
13+
requires "nimcrypto >= 0.6.0"
1414
requires "cookiejar >= 0.2.0"
1515
requires "httpx >= 0.3.7"
1616
requires "logue >= 0.2.0"

src/prologue/core/constants.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
const
2-
PrologueVersion* = "0.6.6" ## The current version of Prologue.
2+
PrologueVersion* = "0.6.8" ## The current version of Prologue.
33
ProloguePrefix* = "PROLOGUE" ## The helper prefix for environment variables.
44
useAsyncHTTPServer* = defined(windows) or defined(usestd) ## Uses `asynchttpserver`.

0 commit comments

Comments
 (0)