Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tcd committed Jan 6, 2020
1 parent fb9c00b commit 18914e6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ All code should be considered Work In Progress.

While the API is still changing, enough code exists that EDI documents can currently be written with Eddy (though I wouldn't recommend use in production environments yet).

## 0.5.0 (2020-01-05)

### Changed

- Updated the implementation of `Eddy::Interchange` and `Eddy::FunctionalGroup`
- Added arguments to the `initialize` methods of the following classes:
- `Eddy::Segments::GS`
- `Eddy::Segments::GE`
- `Eddy::Segments::ISA`
- `Eddy::Segments::IEA`
- Slightly modified file/folder layout.

### Removed

- `Eddy::SimpleInterchange` and its associated test.

## 0.4.0 (2020-01-05)

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
eddy (0.4.0)
eddy (0.5.0)
ginny (~> 0.6.3)
json_schemer (~> 0.2.8)
thor (~> 1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[travis-ci]: https://travis-ci.org/tcd/eddy
[coveralls]: https://coveralls.io/github/tcd/eddy?branch=master
[license]: https://github.com/tcd/eddy/blob/master/LICENSE.txt
[docs]: https://www.rubydoc.info/gems/eddy/0.4.0
[docs]: https://www.rubydoc.info/gems/eddy/0.5.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/eddy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Eddy
VERSION = "0.4.0".freeze
VERSION = "0.5.0".freeze
end

0 comments on commit 18914e6

Please sign in to comment.