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"