Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.0 #58

Merged
merged 2 commits into from
Sep 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Notable changes to threescalers will be tracked in this document.

## 0.3.0 - 2019-09-24

### Added

- The dependencies for this project are checked by LicenseFinder to be free
software licenses compatible with this project (ie. many/most of them, it's
a non comprehensive list so far). [#56](https://github.com/3scale-rs/threescalers/pull/56)

### Changed

- The date parsing for XML responses now returns an error to the caller rather
than panicking/aborting. [#55](https://github.com/3scale-rs/threescalers/pull/55)
- [**Breaking change**] The `Timestamp` type now supports `SystemTime` types from
before the UNIX epoch on systems that support those. [#55](https://github.com/3scale-rs/threescalers/pull/55)

## 0.2.0 - 2019-07-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
edition = "2018"
name = "threescalers"
description = "3scale API client library for Rust"
version = "0.2.0"
version = "0.3.0"
authors = ["Alejandro Martinez Ruiz <alex@flawedcode.org>", "David Ortiz Lopez <z.david.ortiz@gmail.com>"]
license = "Apache-2.0"
repository = "https://github.com/3scale-rs/threescalers"
Expand Down