Changelog#
v1.1.7 - 2026-06-18#
Bugs fixed#
Fix reviews from users removed from GitHub breaking generation #172 (@krassowski, @Yann-P, @consideRatio)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@consideRatio (activity) | @krassowski (activity) | @Yann-P (activity)
v1.1.6 - 2026-05-07#
Bugs fixed#
Default –since to latest GitHub Release’s tag instead of publication date #166 (@consideRatio, @choldgraf)
Maintenance and upkeep improvements#
maint: use pytest-cov, cleanup docs/requirements.txt, and reduce rate limiting issues in CI #169 (@consideRatio, @choldgraf)
Required python 3.10+, up from 3.9 #167 (@consideRatio, @nabobalis)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@choldgraf (activity) | @consideRatio (activity) | @nabobalis (activity)
v1.1.5 - 2026-01-21#
Bugs fixed#
Handle a mergedBy NaN value #165 (@jasongrout, @bsipocz, @choldgraf, @krassowski, @nabobalis)
Maintenance and upkeep improvements#
update links to contributor definition #163 (@minrk, @choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@bsipocz (activity) | @choldgraf (activity) | @jasongrout (activity) | @krassowski (activity) | @minrk (activity) | @nabobalis (activity)
v1.1.4 - 2025-12-26#
Bugs fixed#
Improve branch filtering and raise error on empty dataframes #162 (@choldgraf, @jtpio)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
v1.1.3 - 2025-12-26#
Maintenance and upkeep improvements#
Consolidate tests a bit #159 (@choldgraf)
Add more helpful error messages #158 (@choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
v1.1.2 - 2025-12-15#
New features added#
Properly handle
branch, default tomain#154 (@jtpio, @bsipocz, @choldgraf)
Bugs fixed#
Ensure bots propagate through concat #156 (@choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@bsipocz (activity) | @choldgraf (activity) | @jtpio (activity)
v1.1.1 - 2025-12-09#
Bugs fixed#
Handle the case when
ignored_contributorsisNone#152 (@jtpio, @bsipocz, @choldgraf)
Documentation improvements#
Release instructions #150 (@choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@bsipocz (activity) | @choldgraf (activity) | @jtpio (activity)
v1.1.0 - 2025-12-09#
Enhancements made#
Allow excluding certain usernames from changelog #128 (@stefanv, @bsipocz, @choldgraf, @nabobalis)
Use GraphQL API for bot detection #146 (@choldgraf, @stefanv)
Use latest github release first instead of github tag #125 (@choldgraf, @nabobalis)
Bugs fixed#
Add
pytzto requirements #147 (@jtpio, @bsipocz, @nabobalis)Ensure PRs only show up once per changelog #130 (@choldgraf, @bsipocz, @nabobalis)
Maintenance and upkeep improvements#
MAINT: group the dependabot updates into one PR #141 (@bsipocz)
Expose GitHub API call error #138 (@stefanv, @choldgraf)
Update pre-commit to use Ruff; update versions and add a few rules #137 (@stefanv, @bsipocz)
Change token to readonly PAT so we don’t hit rate limits #134 (@choldgraf, @bsipocz)
Fix tests and move contributing docs into our docs #133 (@choldgraf)
Update test suite to use fewer GitHub API calls #144 (@choldgraf, @bsipocz, @stefanv)
Bump actions/checkout from 5 to 6 in the actions group #143 (@bsipocz, @dependabot[bot])
Bump actions/checkout from 4 to 5 #140 (@bsipocz, @dependabot[bot])
Bump actions/setup-python from 5 to 6 #139 (@bsipocz, @dependabot[bot])
add pyproject.toml #132 (@minrk, @choldgraf)
[DOC] Clarify some intended functionality in docs #127 (@choldgraf, @manics)
Documentation improvements#
make sure generated anchor links resolve #122 (@minrk, @consideRatio)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@bsipocz (activity) | @choldgraf (activity) | @consideRatio (activity) | @dependabot[bot] (activity) | @jtpio (activity) | @manics (activity) | @minrk (activity) | @nabobalis (activity) | @stefanv (activity)
v1.0.3 - 2025-04-12#
Continuous integration improvements#
ci: fix github action tag in publish workflow #119 (@consideRatio)
ci: fix location of dependabot.yaml #118 (@consideRatio)
v1.0.2 - 2025-04-12#
Continuous integration improvements#
Fix another issue in the publish workflow #116 (@consideRatio)
v1.0.1 - 2025-04-11#
Continuous integration improvements#
Fix publish workflow failure #114 (@consideRatio)
v1.0.0 - 2025-04-11#
New features added#
Parse target as an optional positional argument #94 (@manics, @choldgraf)
Load argument defaults from
.githubactivity.json#93 (@manics, @consideRatio)Add a continuous integration category #92 (@consideRatio, @choldgraf)
accept ‘breaking’ label for breaking changes #90 (@minrk, @choldgraf)
Make github friendly outputs #82 (@choldgraf, @minrk)
Enhancements made#
exclude bot users from all contributors list #87 (@minrk, @choldgraf, @consideRatio)
ENH: Write messages about GH token to stderr #83 (@minrk, @choldgraf)
[ENH] include reviewers and committers in contributor list #65 (@minrk, @choldgraf)
Bugs fixed#
apply token via auth adapter #98 (@minrk, @consideRatio)
fix encoding when getting token from gh cli #97 (@minrk, @consideRatio)
fix token retrieval from gh cli #89 (@minrk, @choldgraf)
ENH: Write messages about GH token to stderr #83 (@minrk, @choldgraf)
Maintenance and upkeep improvements#
Require Python 3.9+ #111 (@consideRatio, @choldgraf)
Update tests to work against new github URL for jupyter-book #109 (@consideRatio)
Fix ReadTheDocs config - specifying conf location is required #108 (@consideRatio)
Add dependabot to bump github actions, and bump them #107 (@consideRatio)
Fix detail in readthedocs config #106 (@consideRatio)
Install required docs/test dependencies when using nox #105 (@consideRatio)
avoid deprecated
pandas.value_counts#102 (@minrk, @consideRatio)Add repository URL to project metadata #101 (@mfisher87, @choldgraf)
Documentation improvements#
docs: backfill changelog #112 (@consideRatio)
Overhaul documentation and add contributing guide #86 (@choldgraf, @blink1073, @manics, @minrk)
Continuous integration improvements#
ci: test with latest python version as well #110 (@consideRatio)
ci: run pytest with color and more details #103 (@consideRatio)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@blink1073 (activity) | @choldgraf (activity) | @consideRatio (activity) | @manics (activity) | @mfisher87 (activity) | @minrk (activity) | @wolfv (activity)
v0.3.0 - 2023-02-13#
New features added#
Add ability to use GH CLI Authentication #66 (@choldgraf)
Enhancements made#
[ENH] Add a bootstrap function for all changelog entries #64 (@blink1073, @choldgraf, @jtpio)
Bugs fixed#
BUG: import dateutil.parser #73 (@agoose77, @consideRatio, @choldgraf)
Maintenance and upkeep improvements#
MAINT: Add check for installed gh cli #72 (@choldgraf, @stefanv)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@agoose77 (activity) | @blink1073 (activity) | @choldgraf (activity) | @consideRatio (activity) | @jtpio (activity) | @stefanv (activity)
v0.2.0 - 2021-12-01#
Enhancements made#
Use auth for all usages of requests #60 (@blink1073, @choldgraf, @consideRatio)
Handle detection of target from SSH based remotes #51 (@consideRatio, @choldgraf)
✨ ENH: Auto-detecting the target #45 (@choldgraf, @consideRatio)
Bugs fixed#
🐛 FIX: write status messages to sys.stderr #47 (@minrk, @choldgraf)
Maintenance and upkeep improvements#
🔧 MAINT: Split test_cli using @pytest.mark.parameterize #56 (@manics, @choldgraf)
pre-commit configured and executed #55 (@consideRatio, @choldgraf)
🔧 MAINT: _get_latest_tag should use the remote repo #52 (@manics, @consideRatio)
🔧 MAINT: hyphen instead of asterisk #44 (@choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@blink1073 (activity) | @choldgraf (activity) | @consideRatio (activity) | @manics (activity) | @minrk (activity) | @wolfv (activity)
v0.1.3 - 2021-02-20#
New features added#
Adding filtering by branch #42 (@choldgraf, @blink1073, @consideRatio)
✨NEW: heading_level argument for increasing heading level #38 (@minrk, @choldgraf, @consideRatio)
Enhancements made#
use tqdm for progress #39 (@minrk, @choldgraf, @consideRatio)
👌IMPROVE: add blank lines below headings #36 (@minrk, @choldgraf)
👌 IMPROVE: since/until: assume git reference, fallback to datetime #33 (@consideRatio, @choldgraf)
Bugs fixed#
🐛 FIX: tags like ‘doctor’ would trigger ‘doc’ tag #40 (@consideRatio, @choldgraf)
Maintenance and upkeep improvements#
Remove no longer used code #37 (@consideRatio, @choldgraf)
[FIX,TST] resolve refs when not run from a repo #35 (@minrk, @choldgraf, @consideRatio)
Documentation improvements#
📚 DOC: Minor docs changes #43 (@choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@blink1073 (activity) | @choldgraf (activity) | @consideRatio (activity) | @minrk (activity)
v0.1.2 - 2020-08-31#
Maintenance and upkeep improvements#
adding thumbsup to query #31 (@choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@choldgraf (activity)
v0.1.1 - 2020-08-07#
New features added#
✨ NEW: add support for title prefixes #30 (@choldgraf)
Tests and URL CLI option #25 (@choldgraf)
Enhancements made#
Fail early on missing GitHub api credentials #27 (@consideRatio, @choldgraf)
Documentation improvements#
documentation #26 (@choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
v0.1.0 - 2020-04-25#
New features added#
adding contributors list #10 (@choldgraf, @consideRatio)
Support git references etc. #6 (@consideRatio, @choldgraf)
Enhancements made#
adding simple cacheing functionality #24 (@choldgraf, @consideRatio)
defining contributions #14 (@choldgraf, @betatim)
updating CLI for new tags #12 (@choldgraf)
some improvements to
sinceand opened issues list #8 (@choldgraf, @consideRatio)
Bugs fixed#
Handle @ghost authors of comments #16 (@consideRatio, @choldgraf)
fixing link to changelog with refs #11 (@choldgraf)
Maintenance and upkeep improvements#
Remove details on what a contributor is #19 (@betatim, @choldgraf)
adding authentication information #2 (@choldgraf)
Documentation improvements#
Mention the required GITHUB_ACCESS_TOKEN #1 (@consideRatio, @choldgraf)
Contributors to this release#
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@betatim (activity) | @choldgraf (activity) | @consideRatio (activity)