You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@ Changelog
3
3
4
4
Use cookiecutter's ``--checkout`` options to use a specific version.
5
5
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
+
6
22
v1.8.1 (2015-07-04)
7
23
-------------------
8
24
@@ -38,10 +54,10 @@ v1.5 (2015-06-18)
38
54
* Made support and badges for landscape, scrutinizer, coveralls and codecov switchable at project creation time.
39
55
* Disabled all the pypip.in badges (server has way too much downtime).
40
56
* 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>`_.
42
58
* Added a ``.cookiecutterrc`` file to help with regenerating projects.
43
59
* 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.
45
61
* Changed the sample console script to use the distribution name instead of the package name for the bin name.
46
62
* Changed coverage measurements to use pytest-cover instead of pytest-cov (which has several issues now).
0 commit comments