Skip to content

Releases: greenbone/autohooks

autohooks 24.2.0

26 Feb 10:33
Compare
Choose a tag to compare

24.2.0 - 2024-02-26

Changed

  • Improve zsh completion installation instructions f71b1ad

Dependencies

  • Bump the dependencies group with 7 updates 5b47f57
  • Bump the dependencies group with 5 updates 06647d7
  • Bump the dependencies group with 6 updates 3adb00a

autohooks 24.1.1

31 Jan 12:52
Compare
Choose a tag to compare

24.1.1 - 2024-01-31

Added

  • Provide command completion for zsh and bash 0bd6389

Dependencies

  • Bump the dependencies group with 2 updates b752603

autohooks 24.1.0

26 Jan 08:13
Compare
Choose a tag to compare

24.1.0 - 2024-01-26

Added

  • Ignore ruff_cache from git 7542c15

Removed

  • Remove unused settings file for pylint 6faf4d1
  • Replace isort with ruff b6fcbed

Changed

  • Update headers of all Python files f03fc7b
  • Update formatting with black 24.1.0 73f48bc
  • Unify release workflow (file) name 64a1d24
  • Merge coverage config into pyproject.toml 0e70f9b
  • Make ruff more prominent in the README 4fe01c5
  • Use trusted publisher upload for PyPI d2f2c7d

Bug Fixes

  • Fix README and package meta data for supported Python versions b4d92f6

Dependencies

  • Bump the dependencies group with 7 updates a52e2f7
  • Bump the dependencies group with 10 updates e7c1165
  • Bump jinja2 from 3.1.2 to 3.1.3 8055e30
  • Bump the dependencies group with 5 updates 90c623e
  • Bump the dependencies group with 8 updates 3022f81
  • Bump the dependencies group with 1 update c2d5c35
  • Bump the dependencies group with 8 updates bc4d28a
  • Bump the dependencies group with 6 updates 61c0201
  • Bump the dependencies group with 2 updates 8bdb3bd
  • Bump the dependencies group with 7 updates 863cd39
  • Bump the dependencies group with 7 updates 2cea7c7
  • Bump the dependencies group with 6 updates 86411da
  • Bump the dependencies group with 6 updates aa4e1e0
  • Bump the dependencies group with 4 updates c930d52
  • Bump the dependencies group with 4 updates (#620) 4ca79cf

autohooks 23.10.0

18 Oct 12:14
Compare
Choose a tag to compare

23.10.0 - 2023-10-18

Added

  • Auto-merge workflow to activate auto-merge squash in PRs (#612) d3fc579

Changed

Bug Fixes

Dependencies

autohooks 23.7.0

18 Jul 08:40
Compare
Choose a tag to compare

23.7.0 - 2023-07-18

Added

  • Run mypy plugin on commits 0fd8c44
  • Add action for reporting the conventional commits 28d8bca
  • Mention mypy plugin in README 7d50e0f
  • Add coverage as dev dependency e1242d0

Removed

  • Drop support for Python 3.7 81a5b31
  • Drop poetry.toml file 0d20746
  • Delete old changelog files 59b9f6d
  • Use default config for conventional commits (#567) a0f19c6

Changed

  • Run mypy and ruff in CI pipeline 35600b0
  • Replace pylint with ruff eec57e6
  • Don't specify upper ends for dependencies 4bccb02
  • Mention new ruff plugin in README.md 4e02d5c
  • Use generic reusable workflows a0e8d09
  • Create conventional commits for dependabot afed628
  • Resolve deprecation warnings in GitHub workflows bf6fea8
  • Use new pypi-upload action for releasing the Python package a4237f1
  • Update copyright year in README a6d551c

Bug Fixes

  • Update tests for tomlkit 0.11.8 changes 45f0d1c
  • Set permission on conventional commits workflow c43b09c

Dependencies

  • Bump rope from 1.8.0 to 1.9.0 969764f
  • Bump mypy from 1.3.0 to 1.4.1 22f8e74
  • Bump rich from 13.4.1 to 13.4.2 39e39fb
  • Bump urllib3 from 2.0.2 to 2.0.3 62cc0b3
  • Bump platformdirs from 3.5.1 to 3.5.3 bc38e44
  • Bump typing-extensions from 4.6.2 to 4.6.3 451727c
  • Bump markupsafe from 2.1.2 to 2.1.3 7491155
  • Bump rich from 13.3.5 to 13.4.1 25a4ed2
  • Bump coverage from 7.2.6 to 7.2.7 d6d5595
  • Bump coverage from 7.2.5 to 7.2.6 ff2cada
  • Bump anyio from 3.6.2 to 3.7.0 82894bb
  • Bump typing-extensions from 4.5.0 to 4.6.2 1ed4b01
  • Bump requests from 2.30.0 to 2.31.0 7008a16

autohooks 23.4.0

03 Apr 11:23
Compare
Choose a tag to compare

23.4.0 - 2023-04-03

Changed

  • Advertise the usage of the pyproject.toml file in README 5b66851
  • Require Python 3.7.2 as min version to support pylint 2.17.0 92e7e3a
  • Add GitHub action to check versioning for consistency d6dd6bc
  • Use a single workflow file for releases 0a297ca

autohooks 23.1.0

16 Jan 08:29
Compare
Choose a tag to compare

23.1.0 - 2023-01-16

Added

  • Github workflow to run mypy b141167

Changed

Bug Fixes

  • mypy finds multiple sourcefiles 75a611d
  • typing and inheritance errors Add: github workflow to automatically run mypy-checks 490882e

autohooks 22.11.2

15 Nov 11:53
Compare
Choose a tag to compare

22.11.2 - 2022-11-15

Bug Fixes

  • Change out terminal function to not apply formatting and escaping 24d0e21

autohooks 22.11.1

08 Nov 13:35
Compare
Choose a tag to compare

22.11.1 - 2022-11-08

Bug Fixes

  • Fix detecting poetry mode in existing installations 4101211

autohooks 22.11.0

07 Nov 10:26
Compare
Choose a tag to compare

22.11.0 - 2022-11-07

Added

  • Add py.typed file (PEP 561) to support finding types 986d55b
  • Add documentation link to python package meto information 1a70dd1

Changed

  • Format workflows, update actions and support Python 3.11 (#399) 66ebe4e
  • Format workflows, update actions and support Python 3.11 376d795

Bug Fixes

  • Change pre-commit shebang line when using poetry (#381) e851c7d
  • Fix an issue where is_split_env method is not runable on windows platform (#380) 8de747e