Bump the version to 0.5.2
Check and lint using Cargo / Check and lint (push) Successful in 2m56s Details
Release / Release (push) Successful in 1m7s Details
Release / Release crate (push) Successful in 4m35s Details
Release / Release Debian package (push) Successful in 7m10s Details

This commit is contained in:
Paul van Tilburg 2023-11-03 11:24:44 +01:00
parent f4f9578c0e
commit 1a8f8d67fa
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1544,7 +1544,7 @@ checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "podbringer"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"async-trait",
"cached",

View File

@ -1,6 +1,6 @@
[package]
name = "podbringer"
version = "0.5.1"
version = "0.5.2"
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2021"
description = "Web service that provides podcasts for services that don't offer them (anymore)"