Skip to content

Commit 93995f9

Browse files
authored
Add changelog for v1.1.6 (and 1.1.1-1.1.5) (#170)
1 parent db607da commit 93995f9

1 file changed

Lines changed: 109 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 109 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,116 @@
11
# Changelog
22

3+
## v1.1.6 - 2026-05-07
4+
5+
### Bugs fixed
6+
7+
- Default --since to latest GitHub Release's tag instead of publication date [#166](https://github.com/executablebooks/github-activity/pull/166) ([@consideRatio](https://github.com/consideRatio), [@choldgraf](https://github.com/choldgraf))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- maint: use pytest-cov, cleanup docs/requirements.txt, and reduce rate limiting issues in CI [#169](https://github.com/executablebooks/github-activity/pull/169) ([@consideRatio](https://github.com/consideRatio), [@choldgraf](https://github.com/choldgraf))
12+
- Required python 3.10+, up from 3.9 [#167](https://github.com/executablebooks/github-activity/pull/167) ([@consideRatio](https://github.com/consideRatio), [@nabobalis](https://github.com/nabobalis))
13+
14+
### Contributors to this release
15+
16+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
17+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
18+
19+
([GitHub contributors page for this release](https://github.com/executablebooks/github-activity/graphs/contributors?from=2026-01-21&to=2026-05-07&type=c))
20+
21+
@choldgraf ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Acholdgraf+updated%3A2026-01-21..2026-05-07&type=Issues)) | @consideRatio ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3AconsideRatio+updated%3A2026-01-21..2026-05-07&type=Issues)) | @nabobalis ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Anabobalis+updated%3A2026-01-21..2026-05-07&type=Issues))
22+
23+
## v1.1.5 - 2026-01-21
24+
25+
### Bugs fixed
26+
27+
- Handle a mergedBy NaN value [#165](https://github.com/executablebooks/github-activity/pull/165) ([@jasongrout](https://github.com/jasongrout), [@bsipocz](https://github.com/bsipocz), [@choldgraf](https://github.com/choldgraf), [@krassowski](https://github.com/krassowski), [@nabobalis](https://github.com/nabobalis))
28+
29+
### Maintenance and upkeep improvements
30+
31+
- update links to contributor definition [#163](https://github.com/executablebooks/github-activity/pull/163) ([@minrk](https://github.com/minrk), [@choldgraf](https://github.com/choldgraf))
32+
33+
### Contributors to this release
34+
35+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
36+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
37+
38+
([GitHub contributors page for this release](https://github.com/executablebooks/github-activity/graphs/contributors?from=2025-12-26&to=2026-01-21&type=c))
39+
40+
@bsipocz ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Absipocz+updated%3A2025-12-26..2026-01-21&type=Issues)) | @choldgraf ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Acholdgraf+updated%3A2025-12-26..2026-01-21&type=Issues)) | @jasongrout ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Ajasongrout+updated%3A2025-12-26..2026-01-21&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Akrassowski+updated%3A2025-12-26..2026-01-21&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Aminrk+updated%3A2025-12-26..2026-01-21&type=Issues)) | @nabobalis ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Anabobalis+updated%3A2025-12-26..2026-01-21&type=Issues))
41+
42+
## v1.1.4 - 2025-12-26
43+
44+
### Bugs fixed
45+
46+
- Improve branch filtering and raise error on empty dataframes [#162](https://github.com/executablebooks/github-activity/pull/162) ([@choldgraf](https://github.com/choldgraf), [@jtpio](https://github.com/jtpio))
47+
48+
### Contributors to this release
49+
50+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
51+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
52+
53+
([GitHub contributors page for this release](https://github.com/executablebooks/github-activity/graphs/contributors?from=2025-12-26&to=2025-12-26&type=c))
54+
55+
@choldgraf ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Acholdgraf+updated%3A2025-12-26..2025-12-26&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Ajtpio+updated%3A2025-12-26..2025-12-26&type=Issues))
56+
57+
## v1.1.3 - 2025-12-26
58+
59+
### Maintenance and upkeep improvements
60+
61+
- Consolidate tests a bit [#159](https://github.com/executablebooks/github-activity/pull/159) ([@choldgraf](https://github.com/choldgraf))
62+
- Add more helpful error messages [#158](https://github.com/executablebooks/github-activity/pull/158) ([@choldgraf](https://github.com/choldgraf))
63+
64+
### Contributors to this release
65+
66+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
67+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
68+
69+
([GitHub contributors page for this release](https://github.com/executablebooks/github-activity/graphs/contributors?from=2025-12-15&to=2025-12-26&type=c))
70+
71+
@choldgraf ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Acholdgraf+updated%3A2025-12-15..2025-12-26&type=Issues)) | @stefanv ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Astefanv+updated%3A2025-12-15..2025-12-26&type=Issues))
72+
73+
## v1.1.2 - 2025-12-15
74+
75+
### New features added
76+
77+
- Properly handle `branch`, default to `main` [#154](https://github.com/executablebooks/github-activity/pull/154) ([@jtpio](https://github.com/jtpio), [@bsipocz](https://github.com/bsipocz), [@choldgraf](https://github.com/choldgraf))
78+
79+
### Bugs fixed
80+
81+
- Ensure bots propagate through concat [#156](https://github.com/executablebooks/github-activity/pull/156) ([@choldgraf](https://github.com/choldgraf))
82+
83+
### Contributors to this release
84+
85+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
86+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
87+
88+
([GitHub contributors page for this release](https://github.com/executablebooks/github-activity/graphs/contributors?from=2025-12-09&to=2025-12-15&type=c))
89+
90+
@bsipocz ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Absipocz+updated%3A2025-12-09..2025-12-15&type=Issues)) | @choldgraf ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Acholdgraf+updated%3A2025-12-09..2025-12-15&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Ajtpio+updated%3A2025-12-09..2025-12-15&type=Issues))
91+
92+
## v1.1.1 - 2025-12-09
93+
94+
### Bugs fixed
95+
96+
- Handle the case when `ignored_contributors` is `None` [#152](https://github.com/executablebooks/github-activity/pull/152) ([@jtpio](https://github.com/jtpio), [@bsipocz](https://github.com/bsipocz), [@choldgraf](https://github.com/choldgraf))
97+
98+
### Documentation improvements
99+
100+
- Release instructions [#150](https://github.com/executablebooks/github-activity/pull/150) ([@choldgraf](https://github.com/choldgraf))
101+
102+
### Contributors to this release
103+
104+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
105+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
106+
107+
([GitHub contributors page for this release](https://github.com/executablebooks/github-activity/graphs/contributors?from=2025-12-09&to=2025-12-09&type=c))
108+
109+
@bsipocz ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Absipocz+updated%3A2025-12-09..2025-12-09&type=Issues)) | @choldgraf ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Acholdgraf+updated%3A2025-12-09..2025-12-09&type=Issues)) | @jtpio ([activity](https://github.com/search?q=repo%3Aexecutablebooks%2Fgithub-activity+involves%3Ajtpio+updated%3A2025-12-09..2025-12-09&type=Issues))
110+
3111
## v1.1.0 - 2025-12-09
4112

5-
([full changelog](https://github.com/executablebooks/github-activity/compare/v1.0.3...3ffc68f920474d500c7150bde975e86c591a3184))
113+
([full changelog](https://github.com/executablebooks/github-activity/compare/v1.0.3...v1.1.0))
6114

7115
### Enhancements made
8116

0 commit comments

Comments
 (0)