<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ceres/VERSION.txt, branch step-re-ordering</title>
<subtitle>Recipe server for your favorite dishes</subtitle>
<id>https://cgit.xengineering.eu/ceres/atom/VERSION.txt?h=step-re-ordering</id>
<link rel='self' href='https://cgit.xengineering.eu/ceres/atom/VERSION.txt?h=step-re-ordering'/>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/'/>
<updated>2024-11-03T16:45:07Z</updated>
<entry>
<title>Add `-version` suffix to VERSION.txt</title>
<updated>2024-11-03T16:45:07Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-11-03T16:45:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=99cff9a3102c64cd146d524524001bd6ecb246c4'/>
<id>urn:sha1:99cff9a3102c64cd146d524524001bd6ecb246c4</id>
<content type='text'>
This follows the process described in RELEASE.md to make sure the
development versions are not mixed up with the released ones.
</content>
</entry>
<entry>
<title>Set version to 0.5.0</title>
<updated>2024-11-03T15:54:04Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-11-03T15:38:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=110affc48491d3fd06296a6609abcd763fc29da0'/>
<id>urn:sha1:110affc48491d3fd06296a6609abcd763fc29da0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inject version with embed instead of build flags</title>
<updated>2024-10-23T14:04:22Z</updated>
<author>
<name>xengineering</name>
<email>me@xengineering.eu</email>
</author>
<published>2024-10-23T14:01:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.xengineering.eu/ceres/commit/?id=2195cfce131ee599c71d0c426a7eea70ed52345f'/>
<id>urn:sha1:2195cfce131ee599c71d0c426a7eea70ed52345f</id>
<content type='text'>
The build flags made the basic build and debug calls quite complex and
bound this strictly to Git repositories which is a problem if the source
code is passed around as tar archive.

Embedding this via Go's embed package and a VERSION.txt file makes this
way easier. A simple `go build` command is sufficient to build ceres.

To make sure the version string is extended by a `-devel` marker and
that this marker is removed before a release a RELEASE.md file was added
as a checklist for releases.
</content>
</entry>
</feed>
