We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16ab62a + 4fabe14 commit 23d9530Copy full SHA for 23d9530
HISTORY.rst
@@ -3,6 +3,17 @@
3
History
4
-------
5
6
+0.2.2 (2024-07-08)
7
++++++++++++++++++
8
+Minor changes
9
+
10
+* Matches more views
11
+* Code improvements
12
13
+Important change
14
15
+* Test coverage dropped to 99.07% from 100%. This is already scheduled to be fixed.
16
17
0.2.1 (2024-06-07)
18
+++++++++++++++++
19
Important changes
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-active-link"
-version = "0.2.1"
+version = "0.2.2"
description = "The best and simplest way to highlight active links in your Django app."
license = "BSD-3-Clause"
authors = [
0 commit comments