Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lucbelliveau committed Feb 9, 2023
1 parent da08b46 commit ea4acd6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v0.5.1...v1.0.0) (2023-02-09)


### ⚠ BREAKING CHANGES

* `no_result_text` and `narrow_search_text` replaced by the `custom_strings` dictionary.

### Features

* Component is now WCAG 2.1 compliant ([da08b46](https://github.com/PHACDataHub/django-htmx-autocomplete/commit/da08b461a4b88561e927c88a655c96f24fb76108))

## [0.5.1](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v0.5.0...v0.5.1) (2023-01-26)


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 = 0.5.1
version = 1.0.0
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 ea4acd6

Please sign in to comment.