Update changelog
This commit is contained in:
parent
7471dd1bf5
commit
c2cca7aa76
11
CHANGES.rst
11
CHANGES.rst
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.2.3'
|
||||
__version__ = '0.2.4'
|
||||
|
|
Loading…
Reference in a new issue