From cfdd9726dd2a26d7f47540d3b2abb24c00b4e0e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:41:04 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- CHANGELOG.md | 12 ++++++++++++ setup.cfg | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 128571d..803dc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v0.6.2...v0.7.0) (2023-04-27) + + +### Features + +* Allow name field to be overriden ([725524d](https://github.com/PHACDataHub/django-htmx-autocomplete/commit/725524d94c5b00ef3bb805dede5995a96e0af161)) + + +### Bug Fixes + +* Fix handling of return widget return values when using ModelChoiceField ([17ccdb6](https://github.com/PHACDataHub/django-htmx-autocomplete/commit/17ccdb6540cec7ccc5cf019eeeee7bef3ff9488f)), closes [#33](https://github.com/PHACDataHub/django-htmx-autocomplete/issues/33) + ## [0.6.2](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v0.6.1...v0.6.2) (2023-03-14) diff --git a/setup.cfg b/setup.cfg index 7ff8646..acb5c63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-htmx-autocomplete -version = 0.6.2 +version = 0.7.0 description = A Django autocomplete component powered by htmx long_description = file: README.md long_description_content_type = text/markdown