Skip to content

Commit

Permalink
use rest-client >= 2.1.0 and prep for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Aug 25, 2019
1 parent 6bd29ff commit 3758cc2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][KeepAChangelog] and this
project adheres to [Semantic Versioning][Semver].
The format is based on [Keep a Changelog][KeepAChangelog] and this project
adheres to [Semantic Versioning][Semver].

## [Unreleased]

- Your contribution here!

## [0.4.0] - 2019-08-25
### Changed
- Require an up-to-date `rest-client` (`>= 2.1.0`)

## [0.3.0] - 2019-05-20
### Changed
- lolcommits gem is a runtime dependency
Expand Down Expand Up @@ -58,7 +62,8 @@ project adheres to [Semantic Versioning][Semver].
### Changed
- Initial release

[Unreleased]: https://github.com/lolcommits/lolcommits-uploldz/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/lolcommits/lolcommits-uploldz/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/lolcommits/lolcommits-uploldz/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/lolcommits/lolcommits-uploldz/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/lolcommits/lolcommits-uploldz/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/lolcommits/lolcommits-uploldz/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/lolcommits/uploldz/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Lolcommits
module Uploldz
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end
end
2 changes: 1 addition & 1 deletion lolcommits-uploldz.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.3"

spec.add_runtime_dependency "rest-client"
spec.add_runtime_dependency "rest-client", ">= 2.1.0"
spec.add_runtime_dependency "lolcommits", ">= 0.14.2"

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit 3758cc2

Please sign in to comment.