<feed xmlns='http://www.w3.org/2005/Atom'>
<title>version-bump.git/src/db.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>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>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>
<entry>
<title>Add struct to represent image row</title>
<updated>2026-02-08T17:23:18+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-08T16:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=047a4387efdd097f949bd2cfdb79f6e5425dc931'/>
<id>047a4387efdd097f949bd2cfdb79f6e5425dc931</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace fetch time with expiry time</title>
<updated>2026-02-08T15:28:37+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-08T15:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=0fd24af76e57a946129f7f9943cb61771e00c1b3'/>
<id>0fd24af76e57a946129f7f9943cb61771e00c1b3</id>
<content type='text'>
This should make it easier (possible) to query for expired images
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should make it easier (possible) to query for expired images
</pre>
</div>
</content>
</entry>
<entry>
<title>Start to peel apart the update loop</title>
<updated>2026-02-07T19:40:44+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-07T19:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=f634dab8509ce012c99dcba26392000424e49c82'/>
<id>f634dab8509ce012c99dcba26392000424e49c82</id>
<content type='text'>
I also moved over to passing borrows of the time. This should have been
a separate commit, but i forgot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I also moved over to passing borrows of the time. This should have been
a separate commit, but i forgot.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pull out database code for easier testing (later)</title>
<updated>2026-02-07T11:51:10+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2026-02-07T11:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/version-bump.git/commit/?id=aec3b154283d0bcd98515253c8491b26b4bc4345'/>
<id>aec3b154283d0bcd98515253c8491b26b4bc4345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
