Skip to content

Commit

Permalink
Merge #58
Browse files Browse the repository at this point in the history
58: Release 0.3.0 r=unleashed a=unleashed

This is a small release with a change in date parsing worth publishing, and a breaking change in timestamp code, so we must bump the minor version.

Co-authored-by: Alejandro Martinez Ruiz <alex@flawedcode.org>
  • Loading branch information
bors[bot] and unleashed authored Sep 24, 2019
2 parents fc335b4 + ad99b3b commit 2cc352f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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

0 comments on commit 2cc352f

Please sign in to comment.