<feed xmlns='http://www.w3.org/2005/Atom'>
<title>recipe, branch v1.4.0</title>
<subtitle>Rust library for parsing a custom recipe format
</subtitle>
<id>https://code.benbridle.com/recipe/atom?h=v1.4.0</id>
<link rel='self' href='https://code.benbridle.com/recipe/atom?h=v1.4.0'/>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/'/>
<updated>2025-01-13T21:42:12Z</updated>
<entry>
<title>Update version to 1.4.0</title>
<updated>2025-01-13T21:42:12Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-13T21:42:12Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=652aaee3130e2ee02742fdcc248ddd1bee285737'/>
<id>urn:sha1:652aaee3130e2ee02742fdcc248ddd1bee285737</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename package to 'recipe'</title>
<updated>2025-01-13T21:41:42Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-13T21:41:42Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=cf9052e68cf845689568e0c6a5dfbd4de970365a'/>
<id>urn:sha1:cf9052e68cf845689568e0c6a5dfbd4de970365a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update version to 1.3.0</title>
<updated>2025-01-10T09:10:08Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-10T09:10:08Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=7c1665e6874451f9fe8e4d3b99312966136ba2ba'/>
<id>urn:sha1:7c1665e6874451f9fe8e4d3b99312966136ba2ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename crate to recipe-parser</title>
<updated>2025-01-10T09:08:38Z</updated>
<author>
<name>Ben Bridle</name>
<email>ben@derelict.engineering</email>
</author>
<published>2025-01-10T09:08:38Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=3dd8b2c47a712d7730b4b6119a111ead4876792e'/>
<id>urn:sha1:3dd8b2c47a712d7730b4b6119a111ead4876792e</id>
<content type='text'>
This is to bring the crate name in line with the style used by my other
crates.
</content>
</entry>
<entry>
<title>Update version to 1.2.0</title>
<updated>2024-04-21T02:00:41Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2024-04-21T02:00:41Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=868237687bed1a4fb8f48e12d403d8aefd9a5bdd'/>
<id>urn:sha1:868237687bed1a4fb8f48e12d403d8aefd9a5bdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify parsing logic</title>
<updated>2024-04-21T02:00:13Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2024-04-21T02:00:06Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=96f5733e08af331c2192f875c096d720b084b7cc'/>
<id>urn:sha1:96f5733e08af331c2192f875c096d720b084b7cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 1.1</title>
<updated>2022-09-15T00:00:18Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2022-09-14T23:56:17Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=e81851e216a321d144b7a3d610e364114e533df7'/>
<id>urn:sha1:e81851e216a321d144b7a3d610e364114e533df7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix parsing of ingredients with addendum but no unit</title>
<updated>2022-09-14T23:59:47Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2022-09-14T23:50:53Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=3999fca9e671e262cdd0ec104e9f6f6cfb623dd4'/>
<id>urn:sha1:3999fca9e671e262cdd0ec104e9f6f6cfb623dd4</id>
<content type='text'>
Where an ingredient has no unit (for example, 2 eggs), the parser was
interpreting `{eggs, 2, large}` as "2, large of eggs", instead of as
"2 eggs (large)".
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2022-08-25T08:57:37Z</updated>
<author>
<name>Ben Bridle</name>
<email>bridle.benjamin@gmail.com</email>
</author>
<published>2022-08-25T08:57:37Z</published>
<link rel='alternate' type='text/html' href='https://code.benbridle.com/recipe/commit/?id=6eee1102918857b11ecc193e684e2438520ef90f'/>
<id>urn:sha1:6eee1102918857b11ecc193e684e2438520ef90f</id>
<content type='text'>
</content>
</entry>
</feed>
