Skip to content

Commit

Permalink
chg: dev: update changelog and enable git versioning !minor
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Aug 29, 2024
1 parent 33c7a7e commit a086abb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .gitchangelog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,11 @@ tag_filter_regexp = r'^[0-9]+\.[0-9]+(\.[0-9]+)?$'
##
## This label will be used as the changelog Title of the last set of changes
## between last valid tag and HEAD if any.
unreleased_version_label = "(unreleased)"
#unreleased_version_label = lambda: swrap(
# ["git", "describe", "--tags"],
#shell=False)
#unreleased_version_label = "(unreleased)"
unreleased_version_label = lambda: swrap(
["git", "describe", "--tags"],
shell=False,
)


## ``output_engine`` is a callable
Expand Down
17 changes: 15 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@ Changelog
=========


0.2.0 (2024-08-25)
0.2.1 (2024-08-28)
------------------

Changes
~~~~~~~
- Add yet another misc docstring. [Stephen Arnold]

Fixes
~~~~~
- Use correct signature for about dialog, cleanup app string. [Stephen
Arnold]


0.2.0 (2024-08-27)
------------------

New
Expand All @@ -17,7 +30,7 @@ Changes
- Refactor doc extensions to use apidoc, add docs logo icon. [Stephen
Arnold]

* cleanup more docstrings and sphinx modules
* cleanup more docstrings and sphinx modules, update changelog again
- Update changelog for next version, remove sphinx git hash. [Stephen
Arnold]

Expand Down

0 comments on commit a086abb

Please sign in to comment.