Skip to content

Commit

Permalink
Bumped version to 1.0.1 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Nov 3, 2015
1 parent 15e8de3 commit e8ae384
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## [1.0.0](https://github.com/webhippie/po_to_json/releases/tag/v0.1.0) - 2015-03-19
## [1.0.1](https://github.com/webhippie/po_to_json/releases/tag/v1.0.1) - 2015-11-03

* Stop using bundler within the core lib (@tboerger)

## [1.0.0](https://github.com/webhippie/po_to_json/releases/tag/v1.0.0) - 2015-03-19

* BREAKING: Made result compatible to current Jed (#4)

## [0.1.0](https://github.com/webhippie/po_to_json/releases/tag/v0.1.0) - 2015-02-19

* Transfer from github.com/nubis/po_to_json
* Added TravisCI, Rubocop and Coveralls
* Updated structure to my opinionated gem style
* Transfer from github.com/nubis/po_to_json (@tboerger)
* Added TravisCI, Rubocop and Coveralls (@tboerger)
* Updated structure to my opinionated gem style (@tboerger)
2 changes: 1 addition & 1 deletion lib/po_to_json/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PoToJson
class Version
MAJOR = 1
MINOR = 0
PATCH = 0
PATCH = 1

PRE = nil

Expand Down

0 comments on commit e8ae384

Please sign in to comment.