<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/atuin-server, branch main</title>
<subtitle>Turtle. A hard-fork of atuin, focusing on a more minimal feature set</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin-server?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/atuin-server?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2024-04-18T15:41:28Z</updated>
<entry>
<title>chore: move crates into crates/ dir (#1958)</title>
<updated>2024-04-18T15:41:28Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-18T15:41:28Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=95cc472037fcb3207b510e67f1a44af4e2a2cae9'/>
<id>urn:sha1:95cc472037fcb3207b510e67f1a44af4e2a2cae9</id>
<content type='text'>
I'd like to tidy up the root a little, and it's nice to have all the
rust crates in one place</content>
</entry>
<entry>
<title>feat(server): add me endpoint (#1954)</title>
<updated>2024-04-16T14:59:11Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-16T14:59:11Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=19f70cdc918769e0485b0e4aba4069327e96dc3b'/>
<id>urn:sha1:19f70cdc918769e0485b0e4aba4069327e96dc3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): prepare for release v18.2.0 (#1950)</title>
<updated>2024-04-15T09:37:28Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-04-15T09:37:28Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=a0231a70950fbec9dcc3403e37066d891d1fc833'/>
<id>urn:sha1:a0231a70950fbec9dcc3403e37066d891d1fc833</id>
<content type='text'>
* chore(release): prepare for release v18.2.0

* disable codespell for the changelog</content>
</entry>
<entry>
<title>chore(ci): Add codespell support (config, workflow) and make it fix some typos (#1916)</title>
<updated>2024-04-05T14:51:57Z</updated>
<author>
<name>Yaroslav Halchenko</name>
<email>debian@onerussian.com</email>
</author>
<published>2024-04-05T14:51:57Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=28b0b490f93fe9f7964d0593b9ba600f4b24663e'/>
<id>urn:sha1:28b0b490f93fe9f7964d0593b9ba600f4b24663e</id>
<content type='text'>
* Add github action to codespell main on push and PRs

* Add rudimentary codespell config

* ignore crate, inbetween etc

* [DATALAD RUNCMD] run codespell throughout fixing typo automagically but ignoring the failure due to ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w || :",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

* [DATALAD RUNCMD] Do interactive fixing of  leftover ambigous typos

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^</content>
</entry>
<entry>
<title>chore(release): prepare for release v18.1.0 (#1854)</title>
<updated>2024-03-11T14:33:03Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-03-11T14:33:03Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=74182aad42b2fab7be0ccb0201e81ec824be416c'/>
<id>urn:sha1:74182aad42b2fab7be0ccb0201e81ec824be416c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(sync): record size limiter (#1827)</title>
<updated>2024-03-05T09:42:10Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-03-05T09:42:10Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=799dd1b0a96b8a80d7a08e05b212a86144f46195'/>
<id>urn:sha1:799dd1b0a96b8a80d7a08e05b212a86144f46195</id>
<content type='text'>
Settings the record size limit to 0 had issues. Inverting the condition
works better.</content>
</entry>
<entry>
<title>chore(deps): bump rustls-pemfile from 2.1.0 to 2.1.1 (#1814)</title>
<updated>2024-03-04T16:16:48Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2024-03-04T16:16:48Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=5c0455bf9b86871d2b012add6c4dc1c649462bc3'/>
<id>urn:sha1:5c0455bf9b86871d2b012add6c4dc1c649462bc3</id>
<content type='text'>
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](https://github.com/rustls/pemfile/compare/v/2.1.0...v/2.1.1)

---
updated-dependencies:
- dependency-name: rustls-pemfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>chore(release): prepare for release v18.0.2 (#1775)</title>
<updated>2024-02-26T11:37:54Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-02-26T11:37:54Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=cf09464d4d6afbe9383c5a93ed2b5c66ae69e4d5'/>
<id>urn:sha1:cf09464d4d6afbe9383c5a93ed2b5c66ae69e4d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): prepare for release v18.0.1 (#1706)</title>
<updated>2024-02-12T08:38:23Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-02-12T08:38:23Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=1464cb657a47e7b5705194302532f3ecf37c7649'/>
<id>urn:sha1:1464cb657a47e7b5705194302532f3ecf37c7649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(release): prepare for release v18.0.0 (#1685)</title>
<updated>2024-02-09T12:42:34Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-02-09T12:42:34Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=5738d0628238e9a3fd24e191e28f2e4223b0457e'/>
<id>urn:sha1:5738d0628238e9a3fd24e191e28f2e4223b0457e</id>
<content type='text'>
</content>
</entry>
</feed>
