Skip to content

Commit

Permalink
v 1.4.1 relase
Browse files Browse the repository at this point in the history
  • Loading branch information
irobayna committed May 18, 2021
1 parent 5db579e commit 096ecf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v master / unreleased
v 1.4.1

**Bug Fixes**

Expand Down Expand Up @@ -83,19 +83,19 @@ v 1.4.0
* `Stupidedi::TransactionSets::Builder.build` no longer requires a `TransactionSetDef` argument
* Fix Travis CI to build older versions of Ruby < 2.3
* Ignore large definition files in Code Climate
v 1.3.24

v 1.3.24
- Fix repeatability test in Navigation#iterate
- Adds implementation of June 2014 005010X223A3 (837I)
- Fixes misplaced 2330H and 2330I loops. Fixes names for 2310 Occurrenc…

v 1.3.23 - Jan 10, 2019
- Fix decimal values for TimeVal being coerced incorrectly https://github.com/irobayna/stupidedi/pull/151
- Detect ambiguous grammar automatically https://github.com/irobayna/stupidedi/pull/153

v 1.3.22
- Re-enable EC Segment on FifyTen group

v 1.3.21 - Dec 9, 2018 ** Breaking Changes **
- Throw exception from #iterate if segment is not repeatable (fix #126) https://github.com/irobayna/stupidedi/pull/146
- Configurable limit of non-determinism (fixes #129) https://github.com/irobayna/stupidedi/pull/145
Expand Down
2 changes: 1 addition & 1 deletion lib/stupidedi/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Stupidedi
VERSION = "1.4.0"
VERSION = "1.4.1"
end

0 comments on commit 096ecf1

Please sign in to comment.