File tree Expand file tree Collapse file tree 2 files changed +41
-2
lines changed
Expand file tree Collapse file tree 2 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.54 .0 (2025-12-03 )
4+ 0.55 .0 (2025-12-07 )
55-------------------
66------------------------
77
8+ Fix
9+ ~~~
10+ - Improve error messages for inaccessible repos and empty wikis. [Rodos]
11+ - --all-starred now clones repos without --repositories. [Rodos]
12+ - Warn when --private used without authentication. [Rodos]
13+ - Warn and skip when --starred-gists used for different user. [Rodos]
14+
15+ GitHub's API only allows retrieving starred gists for the authenticated
16+ user. Previously, using --starred-gists when backing up a different user
17+ would silently return no relevant data.
18+
19+ Now warns and skips the retrieval entirely when the target user differs
20+ from the authenticated user. Uses case-insensitive comparison to match
21+ GitHub's username handling.
22+
23+ Fixes #93
24+
25+ Other
26+ ~~~~~
27+ - Test: add missing test coverage for case sensitivity fix. [Rodos]
28+ - Docs: fix RST formatting in Known blocking errors section. [Rodos]
29+ - Chore(deps): bump urllib3 from 2.5.0 to 2.6.0. [dependabot[bot]]
30+
31+ Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
32+ - [Release notes](https://github.com/urllib3/urllib3/releases)
33+ - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
34+ - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0)
35+
36+ ---
37+ updated-dependencies:
38+ - dependency-name: urllib3
39+ dependency-version: 2.6.0
40+ dependency-type: direct:production
41+ ...
42+
43+
44+ 0.54.0 (2025-12-03)
45+ -------------------
46+
847Fix
948~~~
1049- Send INFO/DEBUG to stdout, WARNING/ERROR to stderr. [Rodos]
Original file line number Diff line number Diff line change 1- __version__ = "0.54 .0"
1+ __version__ = "0.55 .0"
You can’t perform that action at this time.
0 commit comments