Skip to content

Commit f7dd936

Browse files
committed
Release 0.1.0-rc.2
1 parent 73db194 commit f7dd936

4 files changed

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

releases/0.1.0-rc.2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## sortinghat-eclipse-foundation 0.1.0-rc.2 - (2025-08-28)
2+
3+
**Bug fixes:**
4+
5+
* Minimum value for 'from_date' error\
6+
EclipseFoundation API only allows to fetch identities updated since
7+
the last year. The backend allowed dates before that but the server
8+
raised BadRequest error.
9+

releases/unreleased/minimum-value-for-from_date-error.yml renamed to releases/unreleased/processed/minimum-value-for-from_date-error.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-26 14:39:58.389514
2-
__version__ = "0.1.0-rc.1"
1+
# File auto-generated by semverup on 2025-08-28 14:53:22.132709
2+
__version__ = "0.1.0-rc.2"

0 commit comments

Comments
 (0)