Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiob committed Aug 23, 2017
1 parent 9519f43 commit 73d3475
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ For more information about changelogs, check
[Keep a Changelog](http://keepachangelog.com) and
[Vandamme](http://tech-angels.github.io/vandamme).

## 1.0.0 - 2017-08-23

* No changes

## 1.0.0.beta2 - 2017-03-04

* [ENHANCEMENT] Remove dependency from 'activesupport'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To install on your system, run

To use inside a bundled Ruby project, add this line to the Gemfile:

gem 'yt-url', '~> 1.0.0.beta2'
gem 'yt-url', '~> 1.0'

Since the gem follows [Semantic Versioning](http://semver.org),
indicating the full version in your Gemfile (~> *major*.*minor*.*patch*)
Expand Down
2 changes: 1 addition & 1 deletion lib/yt/url/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module Yt
class URL
# @return [String] the SemVer-compatible gem version.
# @see http://semver.org
VERSION = '1.0.0.beta2'
VERSION = '1.0.0'
end
end

0 comments on commit 73d3475

Please sign in to comment.