Skip to content

Commit 406b076

Browse files
Copilotringabout
andauthored
Bump version to 0.6.8 and nimcrypto to 0.6.0 (#288)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
1 parent ba7978c commit 406b076

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)