Skip to content

Commit 8b7512c

Browse files
committed
Release version 0.52.0
1 parent 995b7ed commit 8b7512c

File tree

2 files changed

+83
-2
lines changed

2 files changed

+83
-2
lines changed

CHANGES.rst

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

4-
0.51.3 (2025-11-18)
4+
0.52.0 (2025-11-28)
55
-------------------
66
------------------------
7+
- Skip DMCA'd repos which return a 451 response. [Rodos]
8+
9+
Log a warning and the link to the DMCA notice. Continue backing up
10+
other repositories instead of crashing.
11+
12+
Closes #163
13+
- Chore(deps): bump restructuredtext-lint in the python-packages group.
14+
[dependabot[bot]]
15+
16+
Bumps the python-packages group with 1 update: [restructuredtext-lint](https://github.com/twolfson/restructuredtext-lint).
17+
18+
19+
Updates `restructuredtext-lint` from 1.4.0 to 2.0.2
20+
- [Changelog](https://github.com/twolfson/restructuredtext-lint/blob/master/CHANGELOG.rst)
21+
- [Commits](https://github.com/twolfson/restructuredtext-lint/compare/1.4.0...2.0.2)
22+
23+
---
24+
updated-dependencies:
25+
- dependency-name: restructuredtext-lint
26+
dependency-version: 2.0.2
27+
dependency-type: direct:production
28+
update-type: version-update:semver-major
29+
dependency-group: python-packages
30+
...
31+
- Chore(deps): bump actions/checkout from 5 to 6. [dependabot[bot]]
32+
33+
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
34+
- [Release notes](https://github.com/actions/checkout/releases)
35+
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
36+
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
37+
38+
---
39+
updated-dependencies:
40+
- dependency-name: actions/checkout
41+
dependency-version: '6'
42+
dependency-type: direct:production
43+
update-type: version-update:semver-major
44+
...
45+
- Chore(deps): bump the python-packages group with 3 updates.
46+
[dependabot[bot]]
47+
48+
Bumps the python-packages group with 3 updates: [click](https://github.com/pallets/click), [pytest](https://github.com/pytest-dev/pytest) and [keyring](https://github.com/jaraco/keyring).
49+
50+
51+
Updates `click` from 8.3.0 to 8.3.1
52+
- [Release notes](https://github.com/pallets/click/releases)
53+
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
54+
- [Commits](https://github.com/pallets/click/compare/8.3.0...8.3.1)
55+
56+
Updates `pytest` from 8.3.3 to 9.0.1
57+
- [Release notes](https://github.com/pytest-dev/pytest/releases)
58+
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
59+
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...9.0.1)
60+
61+
Updates `keyring` from 25.6.0 to 25.7.0
62+
- [Release notes](https://github.com/jaraco/keyring/releases)
63+
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
64+
- [Commits](https://github.com/jaraco/keyring/compare/v25.6.0...v25.7.0)
65+
66+
---
67+
updated-dependencies:
68+
- dependency-name: click
69+
dependency-version: 8.3.1
70+
dependency-type: direct:production
71+
update-type: version-update:semver-patch
72+
dependency-group: python-packages
73+
- dependency-name: pytest
74+
dependency-version: 9.0.1
75+
dependency-type: direct:production
76+
update-type: version-update:semver-major
77+
dependency-group: python-packages
78+
- dependency-name: keyring
79+
dependency-version: 25.7.0
80+
dependency-type: direct:production
81+
update-type: version-update:semver-minor
82+
dependency-group: python-packages
83+
...
84+
85+
86+
0.51.3 (2025-11-18)
87+
-------------------
788
- Test: Add pagination tests for cursor and page-based Link headers.
889
[Rodos]
990
- Use cursor based pagination. [Helio Machado]

github_backup/__init__.py

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

0 commit comments

Comments
 (0)