Skip to content

Commit c52ca4f

Browse files
committed
prepare for 0.4
1 parent c2d77e8 commit c52ca4f

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## WIP
44

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+
518
## 0.3.7
619

720
* Add EXPIRE to mass insert command set (thanks Malthe Borch)

redis-lwt.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "Simon Cruanes"
3+
version: "0.4"
34
authors: [
45
"Mike Wells"
56
"David Höppner"
@@ -17,8 +18,8 @@ build: [
1718
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
1819
]
1920
depends: [
20-
"dune" {build & >= "1.0"}
21-
"redis"
21+
"dune" {>= "1.0"}
22+
"redis" { = version }
2223
"lwt"
2324
"ocaml" { >= "4.02.3" }
2425
"ounit" {with-test}

redis-sync.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "0.4"
23
maintainer: "Simon Cruanes"
34
authors: [
45
"Mike Wells"
@@ -18,7 +19,7 @@ build: [
1819
]
1920
depends: [
2021
"dune" {>= "1.0"}
21-
"redis"
22+
"redis" { = version }
2223
"ocaml" { >= "4.02.3" }
2324
"ounit" {with-test}
2425
"containers" {with-test}

redis.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "0.4"
23
maintainer: "Simon Cruanes"
34
authors: [
45
"Mike Wells"

0 commit comments

Comments
 (0)