We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3a558 commit 1baf36aCopy full SHA for 1baf36a
History.md
@@ -2,9 +2,9 @@
2
3
- fix(#7): if error configured, RoundTripper should reply with `nil` response.
4
5
-## 0.1.5 / 19-04-2016
+## 0.1.5 / 09-04-2016
6
7
-- fix(#7): if error configured, RoundTripper should reply with `nil` response.
+- feat(#5): support `ReplyFunc` for convenience.
8
9
## 0.1.4 / 16-03-2016
10
version.go
@@ -1,4 +1,4 @@
1
package gock
// Version defines the current package semantic version.
-const Version = "0.1.5"
+const Version = "0.1.6"
0 commit comments