Skip to content

Commit

Permalink
Bump to version "0.3.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Jun 13, 2019
1 parent 49fcbb8 commit 4d67a6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]


## [0.3.8] - 2019-06-13

### Add

* Users listing
Expand All @@ -15,7 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
* search documents returns empty `Vec` instead of None in case no documents have been found.


## [0.3.7] - 2019-06-14
## [0.3.7] - 2019-06-13

### Add

Expand All @@ -26,21 +29,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
* Optional fields in search results


## [0.3.6] - 2019-06-13
## [0.3.6] - 2019-06-12

### Add

* Serialization to search and delete results


## [0.3.5] - 2019-06-13
## [0.3.5] - 2019-06-12

### Changed

* struct visibilities changed


## [0.3.4] - 2019-06-13
## [0.3.4] - 2019-06-12

### Changed

Expand Down Expand Up @@ -92,7 +95,8 @@ Initial release supports
* delete
* download

[Unreleased]: https:/lukaspustina/ceres/compare/v0.3.7...HEAD
[Unreleased]: https:/lukaspustina/ceres/compare/v0.3.8...HEAD
[0.3.8]: https:/lukaspustina/ceres/compare/v0.3.7...0.3.8
[0.3.7]: https:/lukaspustina/ceres/compare/v0.3.6...0.3.7
[0.3.6]: https:/lukaspustina/ceres/compare/v0.3.5...0.3.6
[0.3.5]: https:/lukaspustina/ceres/compare/v0.3.4...0.3.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "centerdevice"
version = "0.3.7"
version = "0.3.8"
authors = ["Lukas Pustina <[email protected]>"]
description = "Rust API Client for CenterDevice"
repository = "https:/centerdevice/centerdevice-rs.git"
Expand Down

0 comments on commit 4d67a6b

Please sign in to comment.