Skip to content

Commit

Permalink
Version 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Aug 24, 2018
1 parent 9cca0d0 commit ddd2537
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Jester changelog

## 0.4.1 - 24/08/2018

This is a minor release containing a number of bug fixes. The main purpose of
this release is compatibility with the recent Nim seq/string changes.

## 0.4.0 - 18/07/2018

This is a major new release focusing on optimizations. In one specific benchmark
Expand Down
2 changes: 1 addition & 1 deletion jester.nim
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type
of RouteCode:
data: ResponseData

const jesterVer = "0.4.0"
const jesterVer = "0.4.1"

proc toStr(headers: Option[RawHeaders]): string =
return $newHttpHeaders(headers.get(@({:})))
Expand Down
2 changes: 1 addition & 1 deletion jester.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.4.0" # Be sure to update jester.jesterVer too!
version = "0.4.1" # Be sure to update jester.jesterVer too!
author = "Dominik Picheta"
description = "A sinatra-like web framework for Nim."
license = "MIT"
Expand Down

0 comments on commit ddd2537

Please sign in to comment.