Skip to content

Commit 2ff4be2

Browse files
committed
Release 0.1.2
1 parent 201f610 commit 2ff4be2

5 files changed

Lines changed: 20 additions & 12 deletions

File tree

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
## sortinghat-eclipse-foundation 0.1.2 - (2025-11-03)
4+
5+
**Bug fixes:**
6+
7+
* Pagination error fixed\
8+
Pagination wasn't done right. The backend did not use the right
9+
parameters to check when it have reached the last page of accounts.
10+
11+
312
## sortinghat-eclipse-foundation 0.1.1 - (2025-10-13)
413

514
* Update Poetry's package dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sortinghat-eclipse-foundation"
3-
version = "0.1.2-rc.1"
3+
version = "0.1.2"
44
description = "SortingHat backend to import identities from the Eclipse Foundation"
55
authors = [
66
{name = "Bitergia Developers"}

releases/0.1.2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## sortinghat-eclipse-foundation 0.1.2 - (2025-11-03)
2+
3+
**Bug fixes:**
4+
5+
* Pagination error fixed\
6+
Pagination wasn't done right. The backend did not use the right
7+
parameters to check when it have reached the last page of accounts.
8+

releases/unreleased/processed/pagination-error-fixed.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2025-10-31 13:33:01.052904
2-
__version__ = "0.1.2-rc.1"
1+
# File auto-generated by semverup on 2025-11-03 07:32:59.176126
2+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)