From 1f7e14dd4efc524a8488888b8491d229d667c809 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Wed, 8 Feb 2023 00:33:57 -0700 Subject: [PATCH] v0.29.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e14fc8b..92cab5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.28.1" +version = "0.29.0" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 2bee898..d88902e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libreddit" description = " Alternative private front-end to Reddit" license = "AGPL-3.0" repository = "https://github.com/spikecodes/libreddit" -version = "0.28.1" +version = "0.29.0" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021"