Skip to content

Commit a09a887

Browse files
committed
Bump v0.0.2
1 parent f7855bc commit a09a887

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.0.2 (2017-01-27)
2+
3+
## New Features
4+
- Apply size validator to every value that respond to `:size` (nepalez)
5+
6+
[Compare v0.0.1...v0.0.2](https://github.com/tram-rb/tram-validators/compare/v0.0.1...v0.0.2)
7+
8+
# v0.0.1
9+
10+
This is the very first public release.

tram-validators.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = "tram-validators"
3-
gem.version = "0.0.1"
3+
gem.version = "0.0.2"
44
gem.author = "Andrew Kozin (nepalez)"
55
gem.email = "[email protected]"
66
gem.homepage = "https://github.com/tram-rb/tram-validators"

0 commit comments

Comments
 (0)