Skip to content

Commit e5bf135

Browse files
committed
(MAINT) Release prep for 0.1.2.
1 parent ed46412 commit e5bf135

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.bundle
12
.rbenv-*
23
.yardoc
34
coverage

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.1.2 - 2016-04-29
6+
### Added
7+
- Typesafe implementation of Version#eql? (and Version#==). (PUP-6249)
8+
9+
### Fixed
10+
- Homepage URL in gemspec was incorrect. (fiddyspence)
11+
512
## 0.1.1 - 2015-04-01
613
### Added
714
- license information
15+
816
### Removed
917
- template entry from CHANGELOG.md
1018

lib/semantic_puppet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module SemanticPuppet
33
autoload :VersionRange, 'semantic_puppet/version_range'
44
autoload :Dependency, 'semantic_puppet/dependency'
55

6-
VERSION = '0.1.1'
6+
VERSION = '0.1.2'
77
end

0 commit comments

Comments
 (0)