We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ca35c commit 843ab19Copy full SHA for 843ab19
CHANGELOG.md
@@ -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
6
# 1.3.0 (2024-06-13)
7
8
* Support names with multiple parts in loose parser
lib/food_ingredient_parser/version.rb
@@ -1,4 +1,4 @@
module FoodIngredientParser
- VERSION = '1.3.0'
- VERSION_DATE = '2024-06-13'
+ VERSION = '1.4.0'
+ VERSION_DATE = '2024-06-19'
end
0 commit comments