Skip to content

Release 0.3.0

Latest

Choose a tag to compare

@Frodothedwarf Frodothedwarf released this 13 Nov 07:09
a3291c9

0.3.0 (2025-11-13)

Breaking changes

  • Dropped support for the following Django versions: 4.0, 4.1, 5.0

  • Added support for the following Django versions: 5.1, 5.2

  • Dropped support for the following Python versions: 3.8, 3.9

  • Added support for the following Python versions: 3.13, 3.14

Minor changes

  • Fixed a bug where multiple active_link tags would trigger each other, even when they had different kwargs (like pk).

What's Changed

  • Add tests for 404 pages with active_link template tag by @Copilot in #133
  • Update pre-commit hooks to newest version by @Frodothedwarf in #135
  • fix: Explicit kwargs should take precedence over resolver_kwargs by @mnitchie in #134
  • Make package ready for new release by @Frodothedwarf in #136

New Contributors

  • @Copilot made their first contribution in #133
  • @mnitchie made their first contribution in #134

Full Changelog: v0.2.2...v0.3.0