File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ .bundle
1
2
.rbenv- *
2
3
.yardoc
3
4
coverage
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
12
## 0.1.1 - 2015-04-01
6
13
### Added
7
14
- license information
15
+
8
16
### Removed
9
17
- template entry from CHANGELOG.md
10
18
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ module SemanticPuppet
3
3
autoload :VersionRange , 'semantic_puppet/version_range'
4
4
autoload :Dependency , 'semantic_puppet/dependency'
5
5
6
- VERSION = '0.1.1 '
6
+ VERSION = '0.1.2 '
7
7
end
You can’t perform that action at this time.
0 commit comments