Skip to content

Commit 36d7764

Browse files
authored
Merge pull request #103 from jayvdb/cl-0.0.7
📚 prepare changelog for 0.0.7
2 parents 767b412 + fd2c0f1 commit 36d7764

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Change log
22
================================================================================
33

4+
0.0.7 - tba
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
#. sync templates/docs/make.bat.jj2 to include changes from
11+
https://github.com/sphinx-doc/sphinx/commit/0dbdae31
12+
#. #100: Fixed travis.yml.jj2 to not emit yamllint errors
13+
#. #101: Fixed travis.yml.jj2 .disable_global to reset `install:`
14+
#. #31: Added test_command to override travis.yml.jj2 use of Makefile
15+
#. #96: Expanded travis.yml.jj2 and use in in the pypi-mobans repo
16+
#. #88: Enhanced min_requirements.txt.jj2 support for dependencies with multiple
17+
constraints such as `>1,<3`
18+
#. #93: Added CI to ensure pypi-mobans is in sync with upstream
19+
#. #99: Formated changelog.yml according to yamllint default rules
20+
21+
Added
22+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
23+
24+
#. #89: setup.py.jj2 support for dependencies using all PEP 508 environment
25+
markers; enable setup_use_markers to activate, and enable
26+
setup_use_markers_fix to use with setuptools pre v22
27+
#. #98: Added .gitattributes to reduce conflicts on changelog.yml
28+
429
0.0.6 - 25-05-2019
530
--------------------------------------------------------------------------------
631

changelog.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
name: pypi-mobans
22
organisation: moremoban
33
releases:
4+
- changes:
5+
- action: Updated
6+
details:
7+
- sync templates/docs/make.bat.jj2 to include changes from
8+
https://github.com/sphinx-doc/sphinx/commit/0dbdae31
9+
- "#100: Fixed travis.yml.jj2 to not emit yamllint errors"
10+
- "#101: Fixed travis.yml.jj2 .disable_global to reset `install:`"
11+
- "#31: Added test_command to override travis.yml.jj2 use of Makefile"
12+
- "#96: Expanded travis.yml.jj2 and use in in the pypi-mobans repo"
13+
- "#88: Enhanced min_requirements.txt.jj2 support for dependencies
14+
with multiple constraints such as `>1,<3`"
15+
- "#93: Added CI to ensure pypi-mobans is in sync with upstream"
16+
- "#99: Formated changelog.yml according to yamllint default rules"
17+
- action: Added
18+
details:
19+
- "#89: setup.py.jj2 support for dependencies using all PEP 508
20+
environment markers; enable setup_use_markers to activate, and
21+
enable setup_use_markers_fix to use with setuptools pre v22"
22+
- "#98: Added .gitattributes to reduce conflicts on changelog.yml"
23+
date: tba
24+
version: 0.0.7
425
- changes:
526
- action: Updated
627
details:

0 commit comments

Comments
 (0)