Skip to content

Commit

Permalink
BUMP VERSION TO 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Apr 30, 2022
1 parent 79bb36e commit beb834d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.8

remove cursor annotation; Prologue should work with ORC (thanks to @Yardanico's advice)

## 0.5.6

Added `getPostParamsOption`, `getQueryParamsOption`, `getFormParamsOption`, `getPathParamsOption`.
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.6"
version = "0.5.8"
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.6" ## The current version of Prologue.
PrologueVersion* = "0.5.8" ## 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 beb834d

Please sign in to comment.