Fix backslash url rewriting and add tests for rewrite_urls. (#461)

* Fix backslash url rewriting.

Add test for rewrite_urls.

Fixes #281.

* Update to v0.22.5

Co-authored-by: spikecodes <19519553+spikecodes@users.noreply.github.com>
This commit is contained in:
mikupls
2022-03-26 21:26:30 +01:00
committed by GitHub
parent ed11135af8
commit eb6c5e5e1e
5 changed files with 22 additions and 8 deletions

View File

@ -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.22.4"
version = "0.22.5"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"