Skip to content

Commit 843ab19

Browse files
committed
Release v1.4.0
1 parent a4ca35c commit 843ab19

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.4.0 (2024-06-19)
2+
3+
* Recognize coloned lists ending with a semicolon
4+
* Recognize "and" in coloned lists as separator
5+
16
# 1.3.0 (2024-06-13)
27

38
* Support names with multiple parts in loose parser

lib/food_ingredient_parser/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module FoodIngredientParser
2-
VERSION = '1.3.0'
3-
VERSION_DATE = '2024-06-13'
2+
VERSION = '1.4.0'
3+
VERSION_DATE = '2024-06-19'
44
end

0 commit comments

Comments
 (0)