Commit Briefs
chore: bump version to v0.4.5 (tags/v0.4.5)
Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
ci: Fetch dependencies prior to building
Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
fix: Update getrandom dependency to 0.2.10
The `open64` function on musl is not available anymore as `off_t` has always been 64-bit for musl. This enables building for newer musl versions again. More information: https://github.com/rust-random/getrandom/pull/326 https://git.musl-libc.org/cgit/musl/commit/?id=246f1c811448f37a44b41cd8df8d0ef9736d95f4 Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
fix: Avoid possible infinite loop for `Lines` obj
More information: https://rust-lang.github.io/rust-clippy/master/index.html#/lines_filter_map_ok Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
chore: Bump version, add Cargo.lock (tags/v0.4.4)
chore: version bump (tags/v0.4.3)
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.
chore: Bump version (tags/v0.4.2)
fix: Show URL of failed request
Implements: https://todo.sr.ht/~witcher/rss-email/27 Implements: https://todo.sr.ht/~witcher/rss-email/26
ci: build on archlinux instead
Using rust on alpine is a pain, so just build on Arch Linux instead
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.
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
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/
Bump version to 0.4.1 (tags/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.
