Releases: NaturalHistoryMuseum/ckanext-contact
Releases · NaturalHistoryMuseum/ckanext-contact
v2.4.3
v2.4.2
v2.4.2 (2024-11-04)
Docs
- standardise returns field
Style
- automatic reformat auto reformat with ruff/docformatter/prettier after config changes
Build System(s)
- remove version from docker compose file version specifier is deprecated
CI System(s)
- fix python setup action version
- add merge to valid commit types
- add docformatter args and dependency docformatter currently can't read from pyproject.toml without tomli
- only apply auto-fixes in pre-commit F401 returns linting errors as well as auto-fixes, so this disables the errors and just applies the fixes
- update tool config update pre-commit repo versions and switch black to ruff
- add pull request validation workflow new workflow to check commit format and code style against pre-commit config
- update workflow files standardise format, change name of tests file
Chores/Misc
- add pull request template
- update tool details in contributing guide
[main 178cda4] bump: version 2.4.1 → 2.4.2
3 files changed, 32 insertions(+), 3 deletions(-)
v2.4.1
v2.4.0
v2.4.0 (2024-01-15)
Feature
- check provided email address with pyisemail
Fix
- remove unnecessary markdown message in request field
Style
- fix run-on sentence
Chores/Misc
- add build section to read the docs config
- add regex for version line in citation file
- add citation.cff to list of files with version
- add contributing guidelines
- add code of conduct
- add citation file
- update support.md links
[main f8ec72b] bump: version 2.3.1 → 2.4.0
3 files changed, 27 insertions(+), 3 deletions(-)
v2.3.1
v2.3.0
v2.3.0 (2023-04-11)
Feature
- add a prefix to email subject when it's provided in the config
- allow users to specify a subject line in their contact emails
Fix
- expect no trailing space in the prefix from config
Refactor
- move tests into unit subdir
Docs
- add the new prefix option to the docs
Tests
- fix a test
- add additional tests for the ne subject changes
Build System(s)
- fix postgres not loading when running tests in docker
Chores/Misc
- add action to sync branches when commits are pushed to main
[main 1ae78e1] bump: version 2.2.0 → 2.3.0
2 files changed, 34 insertions(+), 2 deletions(-)