Skip to content

Commit

Permalink
Bump to version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Jun 6, 2019
1 parent 8a07446 commit 36a8a85
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
## [Unreleased]


## [0.3.0] - 2019-06-06

### Added

* Exporting `reqwest::IntoUrl` because it's part of the public API in `auth::CodeProvider`.
* `auth::Token` can be cloned.

### Changed

* `ClientCredentials` uses references
* `UnauthorizedClient` and `AuthorizedClient` use references


## [0.2.0] - 2019-06-06

### Changed
Expand All @@ -22,7 +35,8 @@ Initial release supports
* delete
* download

[Unreleased]: https:/lukaspustina/ceres/compare/v0.2.0...HEAD
[Unreleased]: https:/lukaspustina/ceres/compare/v0.3.0...HEAD
[0.3.0]: https:/lukaspustina/ceres/compare/v0.2.0...0.3.0
[0.2.0]: https:/lukaspustina/ceres/compare/v0.1.0...0.2.0
[0.1.0]: https:/lukaspustina/ceres/compare/v0.0.1...0.1.0

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.2.0"
version = "0.3.0"
authors = ["Lukas Pustina <[email protected]>"]
description = "Rust API Client for CenterDevice"
repository = "https:/centerdevice/centerdevice-rs.git"
Expand Down

0 comments on commit 36a8a85

Please sign in to comment.