build(deps-dev): bump git-changelog from 0.2.0 to 0.4.2
Bumps git-changelog from 0.2.0 to 0.4.2.
Changelog
Sourced from git-changelog's changelog.
0.4.2 - 2021-01-06
Bug Fixes
- Handle prerelease tags better (4bcc451 by Timothée Mazzucotelli).
0.4.1 - 2020-12-21
Bug Fixes
- Fix wrong version being printed (0ec050f by Timothée Mazzucotelli).
0.4.0 - 2020-05-21
Bug Fixes
- Use actual url for references (46a8790 by Timothée Mazzucotelli).
- Use style subject if possible (7f2c3ad by Timothée Mazzucotelli).
- Correctly handle nested subgroups for gitlab repos (8ca990b by Timothée Mazzucotelli).
- Fix bumping versions starting with "v" (44e7644 by Timothée Mazzucotelli).
Code Refactoring
- Move styles into new commit module to avoid cyclic dependencies (d90bd15 by Timothée Mazzucotelli).
Features
- Improve changelog rendering (e9dd3f4 by Timothée Mazzucotelli).
- Use today's date for current version
- Move "compare" link below the heading (better table of contents in documentation)
- Improve "compare" links to handle first and current version
- Use selected commit types to render sections
- Add default commit types to render variable (173392a by Timothée Mazzucotelli).
- Always use today's date for unreleased version (1c34fa8 by Timothée Mazzucotelli).
0.3.0 - 2020-03-31
Bug Fixes
- Fix
is_minormethod for version (6d08978 by Loïc Viennois).- Fix
parse_refsmethod forProviderRefParser(dc51589 by Loïc Viennois).- Correctly detect major version, for both angular style and basic style (7385e19 by Loïc Viennois).
Code Refactoring
- Add type hints to all classes and methods (95276ef by Loïc Viennois).
Commits
025b97cchore: Prepare release 0.4.24bcc451fix: Handle prerelease tags better6c88909chore: Prepare release 0.4.1d7c65dbchore: Template upgrade92a1a9dtests: Fix basic CLI test0ec050ffix: Fix wrong version being printeda557dbdchore: Template upgradeac9f6f6style: Format1cc3734chore: Template upgrade38db9c9chore: Template upgrade- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Dependabot tried to add @shekhar-shubhendu and @noandrea as reviewers to this PR, but received the following error from GitHub:
POST https://api.github.com/repos/aeternity/aepp-sdk-python/pulls/425/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the aeternity/aepp-sdk-python repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request
Codecov Report
Merging #425 (3a47948) into develop (58ac2d1) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## develop #425 +/- ##
========================================
Coverage 77.72% 77.72%
========================================
Files 17 17
Lines 2775 2775
========================================
Hits 2157 2157
Misses 618 618
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 58ac2d1...3a47948. Read the comment docs.