From 51cdf574f704ebbdc7275a74079aea1f4b749fe8 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Wed, 8 Mar 2023 22:15:31 -0700 Subject: [PATCH] v0.30.0 --- CREDITS | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CREDITS b/CREDITS index 468b8ac..9529880 100644 --- a/CREDITS +++ b/CREDITS @@ -59,6 +59,7 @@ Nicholas Christopher Nick Lowery Nico NKIPSC <15067635+NKIPSC@users.noreply.github.com> +o69mar <119129086+o69mar@users.noreply.github.com> obeho <71698631+obeho@users.noreply.github.com> obscurity Om G <34579088+OxyMagnesium@users.noreply.github.com> diff --git a/Cargo.lock b/Cargo.lock index 4495730..04c4d03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -704,7 +704,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.29.4" +version = "0.30.0" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index ab998ed..6ee8fe0 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.29.4" +version = "0.30.0" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021"