Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen committed Nov 15, 2021
1 parent 9616460 commit 8277a0b
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

## [1.0.0](https://www.github.com/Overmuse/polygon/compare/v0.12.0...v1.0.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 = "1.0.0"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 8277a0b

Please sign in to comment.