Skip to content

Commit 7e881d4

Browse files
committed
Update changelog.
1 parent d699c3e commit 7e881d4

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ Changelog
33

44
Use cookiecutter's ``--checkout`` options to use a specific version.
55

6+
v1.9 (2015-08-06)
7+
-----------------
8+
9+
* Changed badge images to be served over https.
10+
* Fix wrong path and missing passenv in the tox.ini template. Closed `#24 <https://github.com/ionelmc/cookiecutter-pylibrary/issues/24>`_.
11+
* Excluded *.dylib in ``MANIFEST.in``.
12+
* Replaced dashes with underscores in package name. Closed `#23 <https://github.com/ionelmc/cookiecutter-pylibrary/issues/23>`_.
13+
* Added Codeclimate and Codacy badge placeholders. Contributed by kaidokert, `#22 <https://github.com/ionelmc/cookiecutter-pylibrary/pull/22>`_.
14+
* Minor cleanup in ``tox.ini``.
15+
* Fixed long heading underlines in generated RST documents.
16+
* Changed tox configuration to use ``skip_install`` instead of ``usedevelop`` for envs that don't need to import anything.
17+
* Fixed missing interpreter for the spell env.
18+
* Moved bumpversion configuration out of ``setup.cfg``. Unfortunately bumpversion removes comments from the
19+
config file, so ``setup.cfg`` is not a good place.
20+
* Simplified coverage configuration a bit.
21+
622
v1.8.1 (2015-07-04)
723
-------------------
824

@@ -38,10 +54,10 @@ v1.5 (2015-06-18)
3854
* Made support and badges for landscape, scrutinizer, coveralls and codecov switchable at project creation time.
3955
* Disabled all the pypip.in badges (server has way too much downtime).
4056
* Fixed a whitespace issue in outputed ``tox.ini``.
41-
* Added option to use any Sphinx theme. Default changed to ``readthedocs`` theme.
57+
* Added option to use any Sphinx theme. Default changed to ``readthedocs`` theme. Contributed by Christer van der Meeren, `#20 <https://github.com/ionelmc/cookiecutter-pylibrary/pull/20>`_.
4258
* Added a ``.cookiecutterrc`` file to help with regenerating projects.
4359
* Prettied up the badges (SVG badges, better grouping).
44-
* Corrrected the use of the deprecated 'files' option anymore in bumpversion configuration.
60+
* Corrected the use of the deprecated 'files' option anymore in bumpversion configuration.
4561
* Changed the sample console script to use the distribution name instead of the package name for the bin name.
4662
* Changed coverage measurements to use pytest-cover instead of pytest-cov (which has several issues now).
4763

0 commit comments

Comments
 (0)