<feed xmlns='http://www.w3.org/2005/Atom'>
<title>version-bump.git/src/updater.rs, branch main</title>
<subtitle>dependabot without github
</subtitle>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/'/>
<entry>
<title>Remove chrono dependency</title>
<updated>2026-02-09T22:08:48+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-09T22:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=3856d94661bd5605a839983805ec8ad962c4d307'/>
<id>3856d94661bd5605a839983805ec8ad962c4d307</id>
<content type='text'>
Removing that dependency didn't take a lot of code, and fewer
dependencies are better
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing that dependency didn't take a lot of code, and fewer
dependencies are better
</pre>
</div>
</content>
</entry>
<entry>
<title>Take entire row to delete</title>
<updated>2026-02-09T17:04:14+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-09T17:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=22c7e9566c439e2134946611ccba81c7499ac62c'/>
<id>22c7e9566c439e2134946611ccba81c7499ac62c</id>
<content type='text'>
This will be useful if we need to do some locking at some point. It's
just nice that the same thing is passed back every time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be useful if we need to do some locking at some point. It's
just nice that the same thing is passed back every time
</pre>
</div>
</content>
</entry>
<entry>
<title>Add print for debugging</title>
<updated>2026-02-09T16:58:19+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-09T16:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=18dc559d0e45c43faa3ed9de8f343b16248aa9f4'/>
<id>18dc559d0e45c43faa3ed9de8f343b16248aa9f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Same database pattern for images</title>
<updated>2026-02-09T16:56:23+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-09T16:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=8254289c4f4ab69e23dedb51976e2632b757afc4'/>
<id>8254289c4f4ab69e23dedb51976e2632b757afc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nicer database interface</title>
<updated>2026-02-09T16:50:36+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-09T16:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=284165f2000ec9ad5ac0c47128ce12eae1c734ef'/>
<id>284165f2000ec9ad5ac0c47128ce12eae1c734ef</id>
<content type='text'>
Right now I'm just doing loops, we we can add some batch stuff here
later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now I'm just doing loops, we we can add some batch stuff here
later
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove timestamp from tags</title>
<updated>2026-02-09T16:37:56+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-09T16:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=f5dd11f8b3eb9b3285fa8c58d611e2dd46d35fda'/>
<id>f5dd11f8b3eb9b3285fa8c58d611e2dd46d35fda</id>
<content type='text'>
These were never needed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were never needed
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the strings from the image struct</title>
<updated>2026-02-08T18:48:53+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-08T18:48:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=5d5baab71c72d738b3f6e841ccb0319d708e0b21'/>
<id>5d5baab71c72d738b3f6e841ccb0319d708e0b21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless variable</title>
<updated>2026-02-08T17:44:31+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-08T17:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=563cbbeda1b9002743ec65f3027e975277f3ddfe'/>
<id>563cbbeda1b9002743ec65f3027e975277f3ddfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate the cache refresh from apply</title>
<updated>2026-02-08T17:42:26+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-08T17:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=692fbe3b19f6bac8a8e52d60c5ee9f43ad17dbcf'/>
<id>692fbe3b19f6bac8a8e52d60c5ee9f43ad17dbcf</id>
<content type='text'>
Woops, I didn't want to let that stay
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Woops, I didn't want to let that stay
</pre>
</div>
</content>
</entry>
<entry>
<title>Take the registry tags at construction time</title>
<updated>2026-02-08T17:34:10+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-08T17:34:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=b12254e3bc034faed6c917d12cd33399022ed10c'/>
<id>b12254e3bc034faed6c917d12cd33399022ed10c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
