-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped version to 1.0.1 and updated changelog
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ class PoToJson | |
class Version | ||
MAJOR = 1 | ||
MINOR = 0 | ||
PATCH = 0 | ||
PATCH = 1 | ||
|
||
PRE = nil | ||
|
||
|