Skip to content

Commit ba852b5

Browse files
committed
Release version 0.57.0
1 parent 934ee4b commit ba852b5

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGES.rst

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,40 @@
11
Changelog
22
=========
33

4-
0.56.0 (2025-12-11)
4+
0.57.0 (2025-12-12)
55
-------------------
66
------------------------
7+
- Add GitHub Apps documentation and remove outdated header. [Rodos]
8+
9+
- Add GitHub Apps authentication section with setup steps
10+
and CI/CD workflow example using actions/create-github-app-token
11+
- Remove outdated machine-man-preview header (graduated 2020)
12+
13+
Closes #189
14+
- Docs: add stdin token example to README. [Rodos]
15+
16+
Add example showing how to pipe a token from stdin using
17+
file:///dev/stdin to avoid storing tokens in environment
18+
variables or command history.
19+
20+
Closes #187
21+
- Add --skip-assets-on flag to skip release asset downloads (#135)
22+
[Rodos]
23+
24+
Allow users to skip downloading release assets for specific repositories
25+
while still backing up release metadata. Useful for starred repos with
26+
large assets (e.g. syncthing with 27GB+).
27+
28+
Usage: --skip-assets-on repo1 repo2 owner/repo3
29+
30+
Features:
31+
- Space-separated repos (consistent with --exclude)
32+
- Case-insensitive matching
33+
- Supports both repo name and owner/repo format
34+
35+
36+
0.56.0 (2025-12-11)
37+
-------------------
738

839
Fix
940
~~~

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.56.0"
1+
__version__ = "0.57.0"

0 commit comments

Comments
 (0)