Releases: executablebooks/github-activity
v1.1.2
Merged PRs
- Ensure bots propagate through concat #156 (@choldgraf)
- Properly handle
branch, default tomain#154 (@jtpio, @bsipocz, @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
Bugs fixed
Other merged PRs
- 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
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
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
v1.0.2 - 2025-04-12
Continuous integration improvements
- Fix another issue in the publish workflow #116 (@consideRatio)
v1.0.1
v1.0.1 - 2025-04-11
Maintenance and upkeep improvements
- Fix publish workflow failure #114 (@consideRatio)
v1.0.0
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
What's Changed
- [ENH] Add a bootstrap function for all changelog entries by @blink1073 in #64
- Add ability to use GH CLI Authentication by @choldgraf in #66
- MAINT: Add check for installed gh cli by @choldgraf in #72
- BUG: import dateutil.parser by @agoose77 in #73
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Enhancements made
- Use auth for all usages of requests #60 (@blink1073)
- Auto-detecting the target #45 (@choldgraf)
Bugs fixed
Maintenance and upkeep improvements
- Split test_cli using @pytest.mark.parameterize #56 (@manics)
- pre-commit configured and executed #55 (@consideRatio)
_get_latest_tagshould use the remote repo #52 (@manics)- Use hyphen instead of asterisk #44 (@choldgraf)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @choldgraf | @consideRatio | @manics | @minrk | @welcome
v0.1.3
v0.1.2...v0.1.3
New features added
Enhancements made
- �IMPROVE: add blank lines below headings #36 (@minrk)
- � IMPROVE: since/until: assume git reference, fallback to datetime #33 ([@consideRatio](https: //github.com/consideRatio))
Bugs fixed
- � FIX: tags like 'doctor' would trigger 'doc' tag #40 ([@consideRatio](https://github.com/cons ideRatio))
Documentation improvements
- � DOC: Minor docs changes #43 (@choldgraf)
Other merged PRs
- Adding filtering by branch #42 (@choldgraf)
- use tqdm for progress #39 (@minrk)
- Remove no longer used code #37 (@consideRatio)
- [FIX,TST] resolve refs when not run from a repo #35 (@minrk)