Skip to content

Commit 414bac2

Browse files
committed
Release 2.0.0
1 parent 133783e commit 414bac2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
2.0.0 / 2017-08-29
3+
==================
4+
5+
Update RocksDB to 5.6.1
6+
7+
* deps(rocksdb): Update to rust-rocksdb 0.7.0
8+
* **BREAKING** fix(): Remove disable_data_sync
9+
* deps(rocksdb): Depend on our fork of rust-rocksdb
10+
* chore(rox:stream): Corrects docs & fn spec
11+
212
1.3.0 / 2017-08-15
313
==================
414

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Rox.Mixfile do
33

44
def project do
55
[app: :rox,
6-
version: "1.3.0",
6+
version: "2.0.0",
77
elixir: "~> 1.4",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)