Skip to content

Commit ba34f7c

Browse files
authored
Merge pull request #69 from consideRatio/pr/add-changelog-130
Add changelog for 1.3.0
2 parents ccce9a9 + 57182b8 commit ba34f7c

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
This changelog is maintained manually with assistance of
44
[`github-activity`](https://github.com/executablebooks/github-activity).
55

6+
## 1.3
7+
8+
### 1.3.0 - 2024-02-26
9+
10+
`jupyterhub-idle-culler` now functions with Python 3.12.
11+
12+
#### Bugs fixed
13+
14+
- fix type of request_timeout when $JUPYTERHUB_REQUEST_TIMEOUT is set [#49](https://github.com/jupyterhub/jupyterhub-idle-culler/pull/49) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
15+
16+
#### Maintenance and upkeep improvements
17+
18+
- Add dependabot to bump github actions and misc ci updates [#65](https://github.com/jupyterhub/jupyterhub-idle-culler/pull/65) ([@consideRatio](https://github.com/consideRatio))
19+
- maint: require py37, fix tests, use pyupgrade/isort/autoflake, use pyproject.toml, more f-strings [#58](https://github.com/jupyterhub/jupyterhub-idle-culler/pull/58) ([@consideRatio](https://github.com/consideRatio), [@yuvipanda](https://github.com/yuvipanda), [@minrk](https://github.com/minrk), [@manics](https://github.com/manics))
20+
- Add a test [#39](https://github.com/jupyterhub/jupyterhub-idle-culler/pull/39) ([@minrk](https://github.com/minrk), [@consideRatio](https://github.com/consideRatio))
21+
22+
#### Documentation improvements
23+
24+
- Refresh README.md [#57](https://github.com/jupyterhub/jupyterhub-idle-culler/pull/57) ([@consideRatio](https://github.com/consideRatio), [@minrk](https://github.com/minrk))
25+
- docs: fix typo in README.md [#54](https://github.com/jupyterhub/jupyterhub-idle-culler/pull/54) ([@jincheng9](https://github.com/jincheng9), [@consideRatio](https://github.com/consideRatio))
26+
- docs: fix omission of required read:servers scope [#41](https://github.com/jupyterhub/jupyterhub-idle-culler/pull/41) ([@consideRatio](https://github.com/consideRatio), [@minrk](https://github.com/minrk))
27+
28+
#### Contributors to this release
29+
30+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
31+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
32+
33+
([GitHub contributors page for this release](https://github.com/jupyterhub/jupyterhub-idle-culler/graphs/contributors?from=2021-10-15&to=2024-02-26&type=c))
34+
35+
@consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub-idle-culler+involves%3AconsideRatio+updated%3A2021-10-15..2024-02-26&type=Issues)) | @jincheng9 ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub-idle-culler+involves%3Ajincheng9+updated%3A2021-10-15..2024-02-26&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub-idle-culler+involves%3Amanics+updated%3A2021-10-15..2024-02-26&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub-idle-culler+involves%3Aminrk+updated%3A2021-10-15..2024-02-26&type=Issues)) | @yuvipanda ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Fjupyterhub-idle-culler+involves%3Ayuvipanda+updated%3A2021-10-15..2024-02-26&type=Issues))
36+
637
## 1.2
738

839
### 1.2.1 - 2021-10-15

0 commit comments

Comments
 (0)