Skip to content

Commit 3749f04

Browse files
authored
Merge pull request #11 from avencera/release-new-version
Update deps, add changelog, bump version
2 parents bb0f487 + 19f9f64 commit 3749f04

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

serde_rustler/CHANGELOG.MD

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# CHANGELOG
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0] – 2020-03-05
11+
### Changed
12+
- Update rustler to version 0.21.0 (supports OTP 22)
13+
- Use `display()` instead of deprecated `description()` to show error messages
14+
- Update `lazy_static` dependency to latest `1.4.0`
15+
16+
17+
## [0.0.3] – 2019-06-09
18+
- Initial working release

serde_rustler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "serde_rustler"
33
description = "Serde Serializer and Deserializer for Rustler NIFs"
4-
version = "0.0.3"
4+
version = "0.1.0"
55
authors = ["Sunny G <[email protected]>"]
66
repository = "https://github.com/sunny-g/serde_rustler"
77
categories = ["encoding", "external-ffi-bindings", "serde", "rustler", "elixir"]
@@ -15,7 +15,7 @@ path = "src/lib.rs"
1515
crate-type = ["rlib"]
1616

1717
[dependencies]
18-
lazy_static = "1.0"
18+
lazy_static = "1.4.0"
1919
quick-error = "1.2"
2020
rustler = "0.21.0"
2121
rustler_codegen = "0.21.0"

0 commit comments

Comments
 (0)