Skip to content

Commit 3058c12

Browse files
authored
RLS: v1.1.0 (#149)
1 parent 3ffc68f commit 3058c12

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

3+
## v1.1.0 - 2025-12-09
4+
5+
([full changelog](https://github.com/executablebooks/github-activity/compare/v1.0.3...3ffc68f920474d500c7150bde975e86c591a3184))
6+
7+
### Enhancements made
8+
9+
- Allow excluding certain usernames from changelog [#128](https://github.com/executablebooks/github-activity/pull/128) ([@stefanv](https://github.com/stefanv), [@bsipocz](https://github.com/bsipocz), [@choldgraf](https://github.com/choldgraf), [@nabobalis](https://github.com/nabobalis))
10+
- Use GraphQL API for bot detection [#146](https://github.com/executablebooks/github-activity/pull/146) ([@choldgraf](https://github.com/choldgraf), [@stefanv](https://github.com/stefanv))
11+
- Use latest github release first instead of github tag [#125](https://github.com/executablebooks/github-activity/pull/125) ([@choldgraf](https://github.com/choldgraf), [@nabobalis](https://github.com/nabobalis))
12+
13+
### Bugs fixed
14+
15+
- Add `pytz` to requirements [#147](https://github.com/executablebooks/github-activity/pull/147) ([@jtpio](https://github.com/jtpio), [@bsipocz](https://github.com/bsipocz), [@nabobalis](https://github.com/nabobalis))
16+
- Ensure PRs only show up once per changelog [#130](https://github.com/executablebooks/github-activity/pull/130) ([@choldgraf](https://github.com/choldgraf), [@bsipocz](https://github.com/bsipocz), [@nabobalis](https://github.com/nabobalis))
17+
18+
### Maintenance and upkeep improvements
19+
20+
- MAINT: group the dependabot updates into one PR [#141](https://github.com/executablebooks/github-activity/pull/141) ([@bsipocz](https://github.com/bsipocz))
21+
- Expose GitHub API call error [#138](https://github.com/executablebooks/github-activity/pull/138) ([@stefanv](https://github.com/stefanv), [@choldgraf](https://github.com/choldgraf))
22+
- Update pre-commit to use Ruff; update versions and add a few rules [#137](https://github.com/executablebooks/github-activity/pull/137) ([@stefanv](https://github.com/stefanv), [@bsipocz](https://github.com/bsipocz))
23+
- Change token to readonly PAT so we don't hit rate limits [#134](https://github.com/executablebooks/github-activity/pull/134) ([@choldgraf](https://github.com/choldgraf), [@bsipocz](https://github.com/bsipocz))
24+
- Fix tests and move contributing docs into our docs [#133](https://github.com/executablebooks/github-activity/pull/133) ([@choldgraf](https://github.com/choldgraf))
25+
- Update test suite to use fewer GitHub API calls [#144](https://github.com/executablebooks/github-activity/pull/144) ([@choldgraf](https://github.com/choldgraf), [@bsipocz](https://github.com/bsipocz), [@stefanv](https://github.com/stefanv))
26+
- Bump actions/checkout from 5 to 6 in the actions group [#143](https://github.com/executablebooks/github-activity/pull/143) ([@bsipocz](https://github.com/bsipocz), [@dependabot[bot]](https://github.com/dependabot[bot]))
27+
- Bump actions/checkout from 4 to 5 [#140](https://github.com/executablebooks/github-activity/pull/140) ([@bsipocz](https://github.com/bsipocz), [@dependabot[bot]](https://github.com/dependabot[bot]))
28+
- Bump actions/setup-python from 5 to 6 [#139](https://github.com/executablebooks/github-activity/pull/139) ([@bsipocz](https://github.com/bsipocz), [@dependabot[bot]](https://github.com/dependabot[bot]))
29+
- add pyproject.toml [#132](https://github.com/executablebooks/github-activity/pull/132) ([@minrk](https://github.com/minrk), [@choldgraf](https://github.com/choldgraf))
30+
- [DOC] Clarify some intended functionality in docs [#127](https://github.com/executablebooks/github-activity/pull/127) ([@choldgraf](https://github.com/choldgraf), [@manics](https://github.com/manics))
31+
32+
### Documentation improvements
33+
34+
- make sure generated anchor links resolve [#122](https://github.com/executablebooks/github-activity/pull/122) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
35+
36+
### Contributors to this release
37+
38+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
39+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
40+
41+
([GitHub contributors page for this release](https://github.com/executablebooks/github-activity/graphs/contributors?from=2025-04-11&to=2025-12-09&type=c))
42+
43+
@bsipocz ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Absipocz+updated%3A2025-04-11..2025-12-09&type=Issues)) | @choldgraf ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Acholdgraf+updated%3A2025-04-11..2025-12-09&type=Issues)) | @consideRatio ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3AconsideRatio+updated%3A2025-04-11..2025-12-09&type=Issues)) | @dependabot[bot] ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Adependabot[bot]+updated%3A2025-04-11..2025-12-09&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Ajtpio+updated%3A2025-04-11..2025-12-09&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Amanics+updated%3A2025-04-11..2025-12-09&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Aminrk+updated%3A2025-04-11..2025-12-09&type=Issues)) | @nabobalis ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Anabobalis+updated%3A2025-04-11..2025-12-09&type=Issues)) | @stefanv ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Astefanv+updated%3A2025-04-11..2025-12-09&type=Issues))
44+
345
## v1.0.3 - 2025-04-12
446

547
### Continuous integration improvements

github_activity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.1.0"
22
__all__ = ["get_activity", "generate_activity_md"]
33

44
from .github_activity import get_activity, generate_activity_md

0 commit comments

Comments
 (0)