Skip to content

Commit e69ef37

Browse files
committed
Release 0.1.0-rc.3
1 parent 19e2ab6 commit e69ef37

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

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.0-rc.2"
3+
version = "0.1.0-rc.3"
44
description = "SortingHat backend to import identities from the Eclipse Foundation"
55
authors = [
66
{name = "Bitergia Developers"}

releases/0.1.0-rc.3.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## sortinghat-eclipse-foundation 0.1.0-rc.3 - (2025-09-09)
2+
3+
**New features:**
4+
5+
* 5xx errors ignored\
6+
The importer won't fail when 5xx errors are returned by the server.
7+
These errors are normally due to invalid identities stored in the
8+
platform.
9+
* Increased minimum version for Python to 3.10\
10+
Python 3.9 reaches the end of life in October 2025. This means it
11+
won't receive new updates or patches to fix security issues.
12+
GrimoireLab supports Python 3.10 and higher from now on.
13+
File renamed without changes.

releases/unreleased/increased-minimum-version-for-python-to-310.yml renamed to releases/unreleased/processed/increased-minimum-version-for-python-to-310.yml

File renamed without changes.
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-08-28 14:53:22.132709
2-
__version__ = "0.1.0-rc.2"
1+
# File auto-generated by semverup on 2025-09-09 13:54:36.111038
2+
__version__ = "0.1.0-rc.3"

0 commit comments

Comments
 (0)