Skip to content

Commit

Permalink
bump 0.5.2 (#146)
Browse files Browse the repository at this point in the history
* deprecated prologue/security/hasher.nim

* bump 0.5.0

* use std/sysrand

* make use of std/uri

* bump version

* it is decodeQuery actually

* bump 0.5.2
  • Loading branch information
ringabout authored Jan 2, 2022
1 parent 661f177 commit 57de506
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# nimble tests
nimcache/
*exe
nimcache
testresults
.gitignore
outputGotten.txt
testresults/
tests/megatest
tests/megatest.nim
tests/server/tserver_application
tests/start_server
Expand All @@ -15,4 +15,8 @@ tests/compile/test_examples/examples
tests/compile/test_readme/readme

# nimble tcompile
tests/compile/test_compile/test_compile
tests/compile/test_compile/test_compile

*.exe
.vscode

2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.5.0
## 0.5.2

Deprecated prologue/security/hashers (fix #140).

Expand Down
2 changes: 1 addition & 1 deletion prologue.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.5.0"
version = "0.5.2"
author = "flywind"
description = "Prologue is an elegant and high performance web framework"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/prologue/core/constants.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const
PrologueVersion* = "0.5.0" ## The current version of Prologue.
PrologueVersion* = "0.5.2" ## The current version of Prologue.
ProloguePrefix* = "PROLOGUE" ## The helper prefix for environment variables.
useAsyncHTTPServer* = defined(windows) or defined(usestd) ## Uses `asynchttpserver`.

0 comments on commit 57de506

Please sign in to comment.