Skip to content

Commit

Permalink
Merge pull request #41 from Overmuse/release-v0.13.0
Browse files Browse the repository at this point in the history
Release v0.13.0
  • Loading branch information
SebRollen authored Nov 15, 2021
2 parents 9616460 + 92a407b commit b548387
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.13.0](https://www.github.com/Overmuse/polygon/compare/v0.12.0...v0.13.0) (2021-11-15)


### ⚠ BREAKING CHANGES

* Use vila as the underlying client library

### Features

* Use vila as the request library to improve pagination ([252dcd0](https://www.github.com/Overmuse/polygon/commit/252dcd0453a12f9ea942474cedad7b94e7666ee0))
* Use vila as the underlying client library ([3c04101](https://www.github.com/Overmuse/polygon/commit/3c0410130603dcbbb234b4d044a61d7c98ac8913))


### Bug Fixes

* upgrade rest-client such that lifetimes are no longer needed ([7d79e98](https://www.github.com/Overmuse/polygon/commit/7d79e9886ee62f3dd01db625ff9def7d34fe0f04))

## [0.12.0](https://www.github.com/Overmuse/polygon/compare/v0.11.2...v0.12.0) (2021-11-04)


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 = "polygon"
version = "0.12.0"
version = "0.13.0"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit b548387

Please sign in to comment.