Skip to content

Commit

Permalink
publish 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCLeduc committed Nov 26, 2024
1 parent 2c48a51 commit 44d201a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# Changelog

## [1.0.3](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.2...v1.0.3) (2024-11-22)
## [1.0.4](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.3...v1.0.4) (2024-11-26)

### Bug Fixes

- fix issue in single-select when toggling to a different element

## [1.0.3](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.2...v1.0.3) (2024-11-26)

### Bug Fixes

- fix issue with lazy placeholder strings causing a json serialization exception

## [1.0.2](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.1...v1.0.2) (2024-11-22)
## [1.0.2](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.1...v1.0.2) (2024-11-25)

### Bug Fixes

- fix issue with model-autocomplete repeatedly evaluating queryset, causing N queries for N items

## [1.0.1](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.0...v1.0.1) (2024-11-22)
## [1.0.1](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v1.0.0...v1.0.1) (2024-11-25)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-htmx-autocomplete
version = 1.0.3
version = 1.0.4
description = A Django autocomplete component powered by htmx
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 44d201a

Please sign in to comment.