Skip to content

Commit

Permalink
Bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavray committed Dec 19, 2018
1 parent 2fc8d9d commit 29f318b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.3]- 2018-12-19
### Added
- Schema fingerprint (md5, sha256) generation

## [0.6.2]- 2018-12-04
### Fixed
- Snappy codec
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avro-rs"
version = "0.6.2"
version = "0.6.3"
authors = ["Flavien Raynaud <[email protected]>", "Antonio Verardi <[email protected]>"]
description = "Library for working with Apache Avro in Rust"
license = "MIT"
Expand All @@ -26,4 +26,4 @@ snap = { version = "0.2.3", optional = true }
[dev-dependencies]
md-5 = "0.8"
lazy_static = "^1.1"
sha2 = "0.8"
sha2 = "0.8"

0 comments on commit 29f318b

Please sign in to comment.