Skip to content

Commit b7adda7

Browse files
bump: version 3.3.2 → 3.3.3
1 parent d718254 commit b7adda7

3 files changed

Lines changed: 34 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## v3.3.3 (2024-11-04)
4+
5+
### Docs
6+
7+
- use variable logo based on colour scheme
8+
- fix tests badge tests workflow file was renamed
9+
- standardise returns field
10+
11+
### Style
12+
13+
- automatic reformat auto reformat with ruff/docformatter/prettier after config changes
14+
15+
### Build System(s)
16+
17+
- remove version from docker compose file version specifier is deprecated
18+
19+
### CI System(s)
20+
21+
- fix python setup action version
22+
- add merge to valid commit types
23+
- add docformatter args and dependency docformatter currently can't read from pyproject.toml without tomli
24+
- 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
25+
- update tool config update pre-commit repo versions and switch black to ruff
26+
- add pull request validation workflow new workflow to check commit format and code style against pre-commit config
27+
- update workflow files standardise format, change name of tests file
28+
29+
### Chores/Misc
30+
31+
- add pull request template
32+
- update tool details in contributing guide
33+
334
## v3.3.2 (2024-08-20)
435

536
## v3.3.1 (2024-05-14)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords:
1717
- ckanext
1818
- ldap
1919
license: GPL-3.0-or-later
20-
version: 3.3.2
20+
version: 3.3.3

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ckanext-ldap"
3-
version = "3.3.2"
3+
version = "3.3.3"
44
description = "A CKAN extension that provides LDAP authentication."
55
readme = "README.md"
66
requires-python = ">=3.6"
@@ -56,7 +56,7 @@ exclude = ["tests", "docs"]
5656

5757
[tool.commitizen]
5858
name = "cz_nhm"
59-
version = "3.3.2"
59+
version = "3.3.3"
6060
tag_format = "v$version"
6161
update_changelog_on_bump = true
6262
changelog_incremental = true

0 commit comments

Comments
 (0)