Skip to content

Releases: seapagan/github-changelog-md

0.9.5

17 Aug 17:12
88cce07
Compare
Choose a tag to compare

This release fixes some security issues in the project dependencies, and updates
some of the tooling.

Merged Pull Requests

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

0.9.4

18 Jun 19:50
1cc2db1
Compare
Choose a tag to compare

Closed Issues

  • The release_text option does not work if the --next-release is specified and corresponds to that release_text version. (#272) by seapagan

Testing

Bug Fixes

  • Don't print the release title if it is the same as the tag (#309) by seapagan
  • Fix missing release text when using --next-release option (#273) by seapagan

Refactoring

Documentation

  • Docs: fix bad README link to installation docs (#307) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.9.3

02 May 11:25
cfe6604
Compare
Choose a tag to compare

This is primary dependency updates.

Dependency Updates

Full Changelog | Diff | Patch

0.9.2

07 Mar 15:40
5e06061
Compare
Choose a tag to compare

This release relaxes the version criteria for simple-toml-settings, there are no further changes.

0.9.1

27 Feb 13:29
12ec5ca
Compare
Choose a tag to compare

This is a BUGFIX release for the Yanked 0.9.0 release

New Features

  • For a closed issue, show the name who closed it not who opened it (#210) by seapagan
  • Stop with error if the config file schema is wrong (#198) by seapagan

Bug Fixes

  • Fix error causing crash if issue is converted to discussion (#216) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.8.1

08 Feb 11:43
2687628
Compare
Choose a tag to compare

This release is to fix security issues in some of the project dependencies.

These are: cryptography, jinja2 and gitpython.

Several other dependencies have been updated to their latest versions as well.

Dependency Updates

Full Changelog | Diff | Patch

0.8.0

19 Nov 19:28
055f235
Compare
Choose a tag to compare

New Features

  • Allow totally replacing the text for a specific release (release_overerides option) (#142) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.7.2

14 Nov 11:20
79d1db3
Compare
Choose a tag to compare

Closed Issues

  • If ignored_users is not specified, all users are ignored which results in using the release text instead of the generated changelog (#135) by seapagan

Bug Fixes

  • Fix bug where without ignored_users specified, all users are ignored (#136) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.7.1

13 Nov 16:37
932671e
Compare
Choose a tag to compare

Bug Fixes

  • Fix spacing issues caused by extra line when deps are truncated (#133) by seapagan

Documentation

  • Refactor and clarify documentation site (#127) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.7.0

08 Nov 20:46
fcf5f1b
Compare
Choose a tag to compare

New Features

  • Add an optional text block between releases (#124) by seapagan
  • Implement a release_text option to add arbitrary text to any release (#121) by seapagan
  • Allow marking a release as 'yanked' (or removed) for some reason (#120) by seapagan
  • Add intro_text option to display a block of text at the top of the Changelog (#118) by seapagan
  • Add diff and patch links for each Release (#117) by seapagan
  • Allow to only show max_depends number of dependency updates for each release (#116) by seapagan
  • Implement the ignore_users setting. Users listed in this will not have any PRs or Issues in the Changelog (#115) by seapagan

Bug Fixes

  • Hide custom text from 'unreleased' if we are also using --next-release (#122) by seapagan

Refactoring

  • Add mypy to pre-commit and update tool versions (#119) by seapagan
  • Refactor settings class, change default values (#114) by seapagan

Documentation

  • Refactor the documentation layout, splitting the long documentation section into multiple sections (#123) by seapagan

Dependency Updates

Full Changelog | Diff | Patch