Commits
- Commit:
fe2be0b4d253b42d69bd45886a6e5ba874ad00d1- From:
- witcher <witcher@wiredspace.de>
- Date:
chore: Bump version, add Cargo.lock
- Commit:
00ea0b8f2e95cc109888b576c2f8bca171b6bffa- From:
- witcher <witcher@wiredspace.de>
- Date:
chore: version bump
- Commit:
035d2e0f435ca2c56044a57672ce02b3df19fc40- From:
- witcher <witcher@wiredspace.de>
- Date:
chore(cog): add Cargo.lock on version bump
- Commit:
4d597b804001eee1921b134523e5211000ea666c- From:
- witcher <witcher@wiredspace.de>
- Date:
chore(cog): Add pre-commit hooks to cog
- Commit:
fac6f83825df33e7e88b106983ce5889f9d0c4e3- From:
- witcher <witcher@wiredspace.de>
- Date:
refactor: Introduce SNAFU for better errors
With SNAFU, a context as well as a message can be given. It is similar
to thiserror.
Start using this to give meaningful errors without relying on anyhow.
- Commit:
6397d1ece16453ad239561e06deebb0a352cd85a- From:
- witcher <witcher@wiredspace.de>
- Date:
style(anyhow): Make `context` calls lazy
- Commit:
4443c9574543ad11d1e2ea067f7b0a8ba20e7313- From:
- witcher <witcher@wiredspace.de>
- Date:
chore: Bump version
- Commit:
daff78d13c4be8c178eed2b34ca07cfb16ea5a70- From:
- witcher <witcher@wiredspace.de>
- Date:
fix: Show URL of failed request
Implements: https://todo.sr.ht/~witcher/rss-email/27
Implements: https://todo.sr.ht/~witcher/rss-email/26
- Commit:
c78d7af3acd6f2ab3cb7c4fb8a8ddf39a5216e4a- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: build on archlinux instead
Using rust on alpine is a pain, so just build on Arch Linux instead
- Commit:
308fd22746177b9f540aab367f27f30a0a7d68e3- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: add cargo
- Commit:
f2845d0c45d25f3c6c02c2c9da4fc5542fc8209b- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: reorder tasks, remove release mode builds
Release mode builds are not necessary anymore as no artifacts are published.
Helps CI load.
Additionally, no docs are built either for the same reason.
- Commit:
35b8fa9dd6ad85c5a23e38f511f5af6678b5cd25- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: avoid tests, don't upload artifacts
No tests presently exist for this package, so take some load off CI by
removing running tests entirely
- Commit:
db2d759afc549523695f5bcca317622398e87599- From:
- witcher <witcher@wiredspace.de>
- Date:
ci: use upstream rust package
- Commit:
95ad706fd84e7adc63e34223fa03b7d5066bee29- From:
- witcher <witcher@wiredspace.de>
- Date:
chore(cog): introduce cog
cocogitto, with its binary `cog`, helps in me not messing any bumps in releases
up anymore.
In addition, all new tags, starting with the next version, now have a `v`
prefix.
https://github.com/cocogitto/cocogitto/
- Commit:
3f4b3d0f445f4ab891a413c7544aa0c6e9b8fb3b- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: yuck, misspelled LICENSE *again*
- Commit:
e4ac99f14681f35e8e5e0b4818b9e1475695a45a- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: Build with stable compiler
- Commit:
484fca2a09ee896f7a44e1d154382c418aa56eaf- From:
- witcher <witcher@wiredspace.de>
- Date:
CI: Fix misspelling to add LICENSE to tarball
- Commit:
ee85b57d8b907737e39eaaeafc729611263cf224- From:
- witcher <witcher@wiredspace.de>
- Date:
Add more clippy lints and make clippy happy :)
- Commit:
db9db34540318a2a30adac65e9f5eda9bcbb8f26- From:
- witcher <witcher@wiredspace.de>
- Date:
Build CI in release mode for publishing artifacts
- Commit:
71face450cbe5420c2aeb24477b706d95f75be2f- From:
- witcher <witcher@wiredspace.de>
- Date:
Bump version to 0.4.1
The version number in Cargo.toml was not updated from 0.3.0 to 0.4.0 in
the 0.4.0 release, this is "fixed" with a new patch release bumping the
version.
- Commit:
238b9884195442e7e6475d3d8a0772823f1fc619- From:
- witcher <witcher@wiredspace.de>
- Date:
Add release artifacts to CI
- Commit:
56324d742869f6d7b8fd700161c98278655e4fad- From:
- witcher <witcher@wiredspace.de>
- Date:
Fix outdated default path for cache
- Commit:
d280a1dc09aeb9e45a569a9c3c60e203fa397a0d- From:
- witcher <witcher@wiredspace.de>
- Date:
Specify RSS and Atom support in man page
- Commit:
f931592c6893feb74ada3d43ecee5d4a2f3353d3- From:
- witcher <witcher@wiredspace.de>
- Date:
Add `--no-fetch` to skip fetching feeds
Implements: https://todo.sr.ht/~witcher/rss-email/20
- Commit:
38d37de2f174a9f5f7bc79467d34f4fbe7a91e8d- From:
- witcher <witcher@wiredspace.de>
- Date:
Move `cache.db` to proper xdg dir
Implements: https://todo.sr.ht/~witcher/rss-email/22
