Skip to main content

CHANGELOG: bump to v28

ID
7386d03
date
2026-03-28 13:17:19+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
32c86b3
message
CHANGELOG: bump to v28
changed files
2 files, 5 additions, 1 deletion

Changed files

CHANGELOG.md (3455) → CHANGELOG.md (3523)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c062ff7..e35ddb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## v28 - 2026-03-28
+
+Remove the httpx dependency in `chives.urls`.
+
 ## v27 - 2026-02-28
 
 Don't reuse the browser fixture between tests.

src/chives/__init__.py (391) → src/chives/__init__.py (391)

diff --git a/src/chives/__init__.py b/src/chives/__init__.py
index 8c1fc4f..65fd082 100644
--- a/src/chives/__init__.py
+++ b/src/chives/__init__.py
@@ -11,4 +11,4 @@ I share across multiple sites.
 
 """
 
-__version__ = "27"
+__version__ = "28"