Skip to content

Commit

Permalink
Merge pull request #103 from jayvdb/cl-0.0.7
Browse files Browse the repository at this point in the history
📚 prepare changelog for 0.0.7
  • Loading branch information
chfw authored Jul 14, 2019
2 parents 767b412 + fd2c0f1 commit 36d7764
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Change log
================================================================================

0.0.7 - tba
--------------------------------------------------------------------------------

Updated
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. sync templates/docs/make.bat.jj2 to include changes from
https://github.com/sphinx-doc/sphinx/commit/0dbdae31
#. #100: Fixed travis.yml.jj2 to not emit yamllint errors
#. #101: Fixed travis.yml.jj2 .disable_global to reset `install:`
#. #31: Added test_command to override travis.yml.jj2 use of Makefile
#. #96: Expanded travis.yml.jj2 and use in in the pypi-mobans repo
#. #88: Enhanced min_requirements.txt.jj2 support for dependencies with multiple
constraints such as `>1,<3`
#. #93: Added CI to ensure pypi-mobans is in sync with upstream
#. #99: Formated changelog.yml according to yamllint default rules

Added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. #89: setup.py.jj2 support for dependencies using all PEP 508 environment
markers; enable setup_use_markers to activate, and enable
setup_use_markers_fix to use with setuptools pre v22
#. #98: Added .gitattributes to reduce conflicts on changelog.yml

0.0.6 - 25-05-2019
--------------------------------------------------------------------------------

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

0 comments on commit 36d7764

Please sign in to comment.