Update changelog

This commit is contained in:
Lance Edgar 2020-09-25 18:05:38 -05:00
parent 7471dd1bf5
commit c2cca7aa76
2 changed files with 12 additions and 1 deletions

View file

@ -2,6 +2,17 @@
CHANGELOG
=========
0.2.4 (2020-09-25)
------------------
- Allow kwargs for template context when deploying sudoers file.
- Pass arbitrary kwargs along, for ``apt.install()``.
- Add ``method`` kwarg for ``python.install_pip()``.
- Require the 'rattail' package.
- Add ``mssql`` module for installing MS SQL Server ODBC driver.
- Add ``is_debian()`` convenience function.
0.2.3 (2020-09-08)
------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.2.3'
__version__ = '0.2.4'