Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

80 lines (47 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.


2.1.0 (2022-01-28)

CI Configuration

  • fix automatic release and publish process

Chores

  • include changelog in bump commits

2.0.0 (2021-10-11)

CI Configuration

  • add Github action for automatic releases

Chores

  • update changelog
  • update development configs
  • .ansible-lint: update linter config
  • .pre-commit-config.yaml: bump pre-commit hook versions
  • CHANGELOG.tpl.md: update changelog template
  • requirements.yml: add role requirements

Code Refactoring

  • drop support for Ansible < 2.10

1.1.1 (2020-08-22)

Chores

  • always sign Git tags
  • CHANGELOG.md: update changelog

1.1.0 (2020-05-19)

Code Refactoring

  • clean up

1.0.1 (2020-04-12)

Bug Fixes

  • avoid name clash with _mkinitcpio_config variable
  • correct Ansible version requirement

Chores

  • add bump2version config

1.0.0 (2020-03-03)

Initial Release