From 9ef496efada55c9e8eced5183037e1a1935db140 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 18 Nov 2025 06:55:36 +0000 Subject: [PATCH] Release version 0.51.3 --- CHANGES.rst | 9 ++++++++- github_backup/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ce23331..3c7c16f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,16 @@ Changelog ========= -0.51.2 (2025-11-16) +0.51.3 (2025-11-18) ------------------- ------------------------ +- Test: Add pagination tests for cursor and page-based Link headers. + [Rodos] +- Use cursor based pagination. [Helio Machado] + + +0.51.2 (2025-11-16) +------------------- Fix ~~~ diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 210a2d0..378947a 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = "0.51.2" +__version__ = "0.51.3"