Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 prepare changelog for 0.5.0 #293

Merged
merged 2 commits into from
Jul 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .moban.cd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
name: moban
organisation: moremoban
releases:
- changes:
- action: Updated
details:
- "`#277`: Restored dependency git-url-parse, replacing incompatible
giturlparse which was used during moban 0.4.x"
- "`#281`: Fixed unicode support on Python 2.7"
- "`#274`: Updated ruamel.yaml dependency pins to restore support for
Python 3.4, and prevent installation of versions that can not be
installed on Python 3.7"
- "`#285`: Fixed CI testing of minimum requirements"
- "`#271`: Fixed repository caching bug preventing branch switching"
- "`#292`: Reformatted YAML files according to yamllint rules"
- "`#291`: Fixed filename typos in README"
- "`#280`: Added CI to ensure repository is in sync with upstream"
- "`#280`: sync setup.py from pypi-mobans"
date: tba
version: 0.5.0
- changes:
- action: Updated
details:
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Change log
================================================================================

0.5.0 - tba
--------------------------------------------------------------------------------

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

#. `#277 <https://github.com/moremoban/moban/issues/277>`_: Restored dependency
git-url-parse, replacing incompatible giturlparse which was used during moban
0.4.x
#. `#281 <https://github.com/moremoban/moban/issues/281>`_: Fixed unicode
support on Python 2.7
#. `#274 <https://github.com/moremoban/moban/issues/274>`_: Updated ruamel.yaml
dependency pins to restore support for Python 3.4, and prevent installation
of versions that can not be installed on Python 3.7
#. `#285 <https://github.com/moremoban/moban/issues/285>`_: Fixed CI testing of
minimum requirements
#. `#271 <https://github.com/moremoban/moban/issues/271>`_: Fixed repository
caching bug preventing branch switching
#. `#292 <https://github.com/moremoban/moban/issues/292>`_: Reformatted YAML
files according to yamllint rules
#. `#291 <https://github.com/moremoban/moban/issues/291>`_: Fixed filename typos
in README
#. `#280 <https://github.com/moremoban/moban/issues/280>`_: Added CI to ensure
repository is in sync with upstream
#. `#280 <https://github.com/moremoban/moban/issues/280>`_: sync setup.py from
pypi-mobans

0.4.5 - 07.07.2019
--------------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions mobanfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
requires:
- type: git
url: https://github.com/jayvdb/pypi-mobans
url: https://github.com/moremoban/pypi-mobans
submodule: true
branch: use-travis-template
branch: dev
configuration:
template_dir:
- "pypi-mobans:templates"
Expand Down