From b90b41c00975a4717e71ee4b8f68574252807b01 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Sun, 26 Feb 2023 03:01:35 -0700 Subject: [PATCH] v0.29.4 --- CREDITS | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CREDITS b/CREDITS index 8fbdeb8..468b8ac 100644 --- a/CREDITS +++ b/CREDITS @@ -21,6 +21,7 @@ Daniel Valentine dbrennand <52419383+dbrennand@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Diego Magdaleno <38844659+DiegoMagdaleno@users.noreply.github.com> +domve Dyras Edward <101938856+EdwardLangdon@users.noreply.github.com> elliot <75391956+ellieeet123@users.noreply.github.com> @@ -61,6 +62,7 @@ NKIPSC <15067635+NKIPSC@users.noreply.github.com> obeho <71698631+obeho@users.noreply.github.com> obscurity Om G <34579088+OxyMagnesium@users.noreply.github.com> +pin <90570748+0323pin@users.noreply.github.com> potatoesAreGod <118043038+potatoesAreGod@users.noreply.github.com> RiversideRocks <59586759+RiversideRocks@users.noreply.github.com> robin <8597693+robrobinbin@users.noreply.github.com> @@ -88,5 +90,6 @@ Tsvetomir Bonev Vladislav Nepogodin Walkx Wichai <1482605+Chengings@users.noreply.github.com> +wsy2220 xatier Zach <72994911+zachjmurphy@users.noreply.github.com> diff --git a/Cargo.lock b/Cargo.lock index 7b78f81..06d28e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "libreddit" -version = "0.29.3" +version = "0.29.4" dependencies = [ "askama", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 8c598cf..ab998ed 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.3" +version = "0.29.4" authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"] edition = "2021"