=> 8f98b5b638f8096b264ddd45dc35ac8f200f3f66
[1mdiff --git a/README.md b/README.md[m [1mindex 6df35b8..f89c90b 100644[m [1m--- a/README.md[m [1m+++ b/README.md[m [36m@@ -59,6 +59,10 @@[m [mv0.5.1:[m [m * `Identity` class is available when importing the `gmcapsule` module.[m [m [32m+[m[32mv0.5.2:[m [32m+[m [32m+[m[32m* Fixed error in the "rewrite" module (Codeberg PR #1).[m [32m+[m ### v0.4[m [m * Added built-in module "rewrite" that matches regular expressions against the request path and can rewrite the path or return a custom status for redirection, "Gone" messages, or other exceptional situations.[m [1mdiff --git a/gmcapsule/__init__.py b/gmcapsule/__init__.py[m [1mindex 175d234..154932d 100644[m [1m--- a/gmcapsule/__init__.py[m [1m+++ b/gmcapsule/__init__.py[m [36m@@ -495,7 +495,7 @@[m [mfrom .gemini import Server, Cache, Context, Identity[m from .markdown import to_gemtext as markdown_to_gemtext[m [m [m [31m-__version__ = '0.5.1'[m [32m+[m[32m__version__ = '0.5.2'[m __all__ = [[m 'Config', 'Cache', 'Context', 'Identity',[m 'get_mime_type', 'markdown_to_gemtext'[m
text/gemini; charset=utf-8
This content has been proxied by September (3851b).