Skip to content

Commit

Permalink
fix #36
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Aug 29, 2020
1 parent 18f2fbb commit a66699f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.4

Fixes "Always asked to install `cookiejar` when running" #36

## 0.3.2

Fixes `resp "Hello"` will clear all attributes.
Expand Down
4 changes: 2 additions & 2 deletions prologue.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.3.2"
version = "0.3.4"
author = "flywind"
description = "Full-Stack Web Framework."
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ requires "nim >= 1.2.6"
requires "regex >= 0.16.2"
requires "nimcrypto >= 0.5.3"
requires "karax >= 1.1.2"
requires "https://github.com/planety/cookiejar >= 0.2.0"
requires "cookiejar >= 0.2.0"
requires "httpx >= 0.1.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,3 +1,3 @@
const
PrologueVersion* = "0.3.2" ## The version of Prologue.
PrologueVersion* = "0.3.4" ## The version of Prologue.
ProloguePrefix* = "PROLOGUE_" ## The helper prefix for Prologue.

0 comments on commit a66699f

Please sign in to comment.