Skip to content

Commit a630008

Browse files
committed
Version 2.3.0
1 parent a8371a9 commit a630008

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

History.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.3.0 / 2019-04-26
2+
==================
3+
4+
* deps: Add OTP 21.0 Support
5+
* deps(): pin rustler to 0.18
6+
* deps(): update deps to newer versions
7+
* deps(): pin current working dependencies in rustler
8+
* deps(): update rustler
9+
* refactor(): update to the newest rustler types
10+
* choir(): apply rustfmt
11+
* feat: added list_cf/2
12+
* docs: update installation documentation to target rox ~> 2.0
13+
114
2.2.1 / 2018-01-17
215
==================
316

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Rox.Mixfile do
44
def project do
55
[
66
app: :rox,
7-
version: "2.2.1",
7+
version: "2.3.0",
88
elixir: "~> 1.4",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,
@@ -79,7 +79,7 @@ defmodule Rox.Mixfile do
7979
"History.md",
8080
"LICENSE"
8181
],
82-
maintainers: ["Ryan Schmukler"],
82+
maintainers: ["Griffin Smith"],
8383
licenses: ["MIT"],
8484
links: %{"GitHub" => "https://github.com/urbint/rox"}
8585
]

native/rox_nif/Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)