File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## WIP
4
4
5
+ ## 0.4
6
+
7
+ - feat: also have ` >|= ` in IO; in Cache, atomic set+expire
8
+ - fix(api): export type of cache
9
+ - add printer for ` reply `
10
+ - migrate opam files to 2.0
11
+ - migration to dune
12
+ - fix: redis-lwt: pass fd type
13
+
14
+ - add some benchmarks and integration tests
15
+ - update doc generation, fix errors for odoc
16
+ - reindent, style, etc.
17
+
5
18
## 0.3.7
6
19
7
20
* Add EXPIRE to mass insert command set (thanks Malthe Borch)
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
maintainer: "Simon Cruanes"
3
+ version: "0.4"
3
4
authors: [
4
5
"Mike Wells"
5
6
"David Höppner"
@@ -17,8 +18,8 @@ build: [
17
18
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
18
19
]
19
20
depends: [
20
- "dune" {build & >= "1.0"}
21
- "redis"
21
+ "dune" {>= "1.0"}
22
+ "redis" { = version }
22
23
"lwt"
23
24
"ocaml" { >= "4.02.3" }
24
25
"ounit" {with-test}
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
+ version: "0.4"
2
3
maintainer: "Simon Cruanes"
3
4
authors: [
4
5
"Mike Wells"
@@ -18,7 +19,7 @@ build: [
18
19
]
19
20
depends: [
20
21
"dune" {>= "1.0"}
21
- "redis"
22
+ "redis" { = version }
22
23
"ocaml" { >= "4.02.3" }
23
24
"ounit" {with-test}
24
25
"containers" {with-test}
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
+ version: "0.4"
2
3
maintainer: "Simon Cruanes"
3
4
authors: [
4
5
"Mike Wells"
You can’t perform that action at this time.
0 commit comments