File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Jester changelog
2
2
3
+ ## 0.4.1 - 24/08/2018
4
+
5
+ This is a minor release containing a number of bug fixes. The main purpose of
6
+ this release is compatibility with the recent Nim seq/string changes.
7
+
3
8
## 0.4.0 - 18/07/2018
4
9
5
10
This is a major new release focusing on optimizations. In one specific benchmark
Original file line number Diff line number Diff line change 72
72
of RouteCode :
73
73
data: ResponseData
74
74
75
- const jesterVer = " 0.4.0 "
75
+ const jesterVer = " 0.4.1 "
76
76
77
77
proc toStr (headers: Option [RawHeaders ]): string =
78
78
return $ newHttpHeaders (headers.get (@ ({:})))
Original file line number Diff line number Diff line change 1
1
# Package
2
2
3
- version = " 0.4.0 " # Be sure to update jester.jesterVer too!
3
+ version = " 0.4.1 " # Be sure to update jester.jesterVer too!
4
4
author = " Dominik Picheta"
5
5
description = " A sinatra-like web framework for Nim."
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments