Skip to content

Commit

Permalink
Bump version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nshafer committed May 3, 2024
1 parent c668a52 commit 1ec3544
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.4.1] - 2024-01-29
### Changes
- Add `lookup_name` hints to Lookups for some third party tools, such as DRF Spectacular, django-filter, etc.
(Thanks [Chris Muthig](https://github.com/camuthig))
- Add logic in subqueries to only use the PK.
(Thanks [Chris Muthig](https://github.com/camuthig))
- Retirement of the module.

## [3.4.0] - 2024-01-09
- Add support for Django 5.0
- Drop support for Django < 3.2, 4.0, 4.1
Expand Down
2 changes: 1 addition & 1 deletion hashid_field/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .hashid import Hashid

__title__ = 'Django Hashid Field'
__version__ = "3.4.0"
__version__ = "3.4.1"
__author__ = 'Nathan Shafer'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2017-2021 Nathan Shafer'
Expand Down

0 comments on commit 1ec3544

Please sign in to comment.