Skip to content

Commit

Permalink
prepare for 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 15, 2020
1 parent c2d77e8 commit c52ca4f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## WIP

## 0.4

- feat: also have `>|=` in IO; in Cache, atomic set+expire
- fix(api): export type of cache
- add printer for `reply`
- migrate opam files to 2.0
- migration to dune
- fix: redis-lwt: pass fd type

- add some benchmarks and integration tests
- update doc generation, fix errors for odoc
- reindent, style, etc.

## 0.3.7

* Add EXPIRE to mass insert command set (thanks Malthe Borch)
Expand Down
5 changes: 3 additions & 2 deletions redis-lwt.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
opam-version: "2.0"
maintainer: "Simon Cruanes"
version: "0.4"
authors: [
"Mike Wells"
"David Höppner"
Expand All @@ -17,8 +18,8 @@ build: [
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"dune" {build & >= "1.0"}
"redis"
"dune" {>= "1.0"}
"redis" { = version }
"lwt"
"ocaml" { >= "4.02.3" }
"ounit" {with-test}
Expand Down
3 changes: 2 additions & 1 deletion redis-sync.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
opam-version: "2.0"
version: "0.4"
maintainer: "Simon Cruanes"
authors: [
"Mike Wells"
Expand All @@ -18,7 +19,7 @@ build: [
]
depends: [
"dune" {>= "1.0"}
"redis"
"redis" { = version }
"ocaml" { >= "4.02.3" }
"ounit" {with-test}
"containers" {with-test}
Expand Down
1 change: 1 addition & 0 deletions redis.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
opam-version: "2.0"
version: "0.4"
maintainer: "Simon Cruanes"
authors: [
"Mike Wells"
Expand Down

0 comments on commit c52ca4f

Please sign in to comment.