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

Bump to v0.4.0 and add UPGRADING docs #14

Merged
merged 1 commit into from
Jul 29, 2018

Conversation

rodolfobandeira
Copy link
Collaborator

close #13

If I understood well, since this release will be a major upgrade (v0.4.0), the next version will actually be v0.4.1. I noticed on the git history that you @dblock and @jromanovs changed the version in two commits, only after indeed releasing at rubygems.org. I already changed the version in advance but added tomorrow's release date.

Please let me know if that makes sense.

CHANGELOG.md Outdated

* Your contribution here.

### 0.4.0 (2018/07/27)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hasn't been released yet, so it shouldn't have a date and say 0.4.0 (Next).


#### All errors that return HTTP codes 400-600 result in a IEX::Errors::ClientError exception

On previous versions, calling `IEX::Resources::Chart.get` with an invalid option results on a
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading this it's pretty clear that we're now doing something different in various API calls. I've opened #15 so that we can handle errors the same way in all methods (ie. raise IEX::Errors::ClientError on every Faraday::ClientError in all calls. Hopefully we don't need to copy paste that code everywhere and implement it in the base class.

@dblock
Copy link
Owner

dblock commented Jul 28, 2018

Maybe try taking care of #15 first before we merge this?

@rodolfobandeira
Copy link
Collaborator Author

@dblock Both changelog and #15 issues addressed.
Please let me know your thoughts.

@dblock
Copy link
Owner

dblock commented Jul 29, 2018

Perfect.

@dblock dblock merged commit 26494fb into dblock:master Jul 29, 2018
@rodolfobandeira rodolfobandeira deleted the prepare-release-0_4_0 branch July 30, 2018 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump 0.3.4 to 0.4.0 and add UPGRADING
2 participants