File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1- .. Created by log.py at 2021-09-15 , command
2- '/Users/mfischer/PycharmProjects/cobald/venv/lib/python3.9/site-packages/change/__main__.py log docs/source/changes compile --output docs/source/changelog.rst'
1+ .. Created by log.py at 2021-10-29 , command
2+ '/Users/mfischer/PycharmProjects/cobald/venv/lib/python3.9/site-packages/change/__main__.py log docs/source/changes/ compile -o docs/source/changelog.rst'
33 based on the format of 'https://keepachangelog.com/'
44#########
55ChangeLog
@@ -8,6 +8,11 @@ ChangeLog
880.12 Series
99===========
1010
11+ Version [0.12.3] - 2021-10-29
12+ +++++++++++++++++++++++++++++
13+
14+ * **[Added] ** YAML ``!tags `` may be eagerly evaluated
15+
1116Version [0.12.2] - 2021-09-15
1217+++++++++++++++++++++++++++++
1318
Original file line number Diff line number Diff line change 99- 99
1010pull requests :
1111- 100
12+ version : 0.12.3
Original file line number Diff line number Diff line change 1+ - semver : 0.12.3
2+ date : ' 2021-10-29'
13- semver : 0.12.2
24 date : ' 2021-09-15'
35- semver : 0.12.1
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Each release should be prepared and reviewed via a pull request.
3939 * Ensure naming, unittests and docs are appropriate
4040
41413. Merge new version metadata (e.g. v3.9.2) to repository
42- * Fix change fragment version via ``change log … release v3 .9.2 ``
42+ * Fix change fragment version via ``change log … release 3 .9.2 ``
4343 * Adjust and commit ``__version__ = "3.9.2" `` in ``cobald.__about__ ``
4444 * Create a git tag such as ``git tag -a "v3.9.2" -m "important changes" ``
4545
Original file line number Diff line number Diff line change 1414__summary__ = "COBalD - the Opportunistic Balancing Daemon"
1515__url__ = "https://github.com/MatterMiners/cobald"
1616
17- __version__ = "0.12.2 "
17+ __version__ = "0.12.3 "
1818__author__ = "Eileen Kuehn, Max Fischer"
19192020__copyright__ = "2018 - 2021 %s" % __author__
You can’t perform that action at this time.
0 commit comments