Skip to content

Commit 74b770a

Browse files
committed
Release 0.1.0
1 parent b3bd554 commit 74b770a

File tree

4 files changed

+53
-3
lines changed

4 files changed

+53
-3
lines changed

NEWS

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Releases
2+
3+
## grimoirelab-core 0.1.0 - (2025-10-16)
4+
5+
**New features:**
6+
7+
* Bulk Repository Addition\
8+
Add multiple repositories at once from a user or organization.
9+
* SortingHat Integration\
10+
Store and manage contributor identities in the SortingHat database,
11+
accessible via API.
12+
* Scalable Repository Collection\
13+
Improved scalability for large-scale repository data collection.
14+
* OpenSearch Integration\
15+
Store and query collected events in OpenSearch for scalable analytics.
16+
* Repository Management UI\
17+
Manage repositories directly from the user interface.
18+
* SBOM Analysis\
19+
Upload and analyze Software Bill of Materials (SBOM) files.
20+
* Event Generation from Git Repositories\
21+
Automatically generate events from commits, merge commits, file
22+
changes, and contributor identities.
23+
* Ecosystem and Project Organization\
24+
Group repositories into ecosystems and projects for better structure
25+
and analysis.
26+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "grimoirelab-core"
3-
version = "0.0.1-rc.2"
3+
version = "0.1.0"
44
description = "Core of GrimoireLab"
55
authors = [
66
"GrimoireLab Developers"

releases/0.1.0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## grimoirelab-core 0.1.0 - (2025-10-16)
2+
3+
**New features:**
4+
5+
* Bulk Repository Addition\
6+
Add multiple repositories at once from a user or organization.
7+
* SortingHat Integration\
8+
Store and manage contributor identities in the SortingHat database,
9+
accessible via API.
10+
* Scalable Repository Collection\
11+
Improved scalability for large-scale repository data collection.
12+
* OpenSearch Integration\
13+
Store and query collected events in OpenSearch for scalable analytics.
14+
* Repository Management UI\
15+
Manage repositories directly from the user interface.
16+
* SBOM Analysis\
17+
Upload and analyze Software Bill of Materials (SBOM) files.
18+
* Event Generation from Git Repositories\
19+
Automatically generate events from commits, merge commits, file
20+
changes, and contributor identities.
21+
* Ecosystem and Project Organization\
22+
Group repositories into ecosystems and projects for better structure
23+
and analysis.
24+

src/grimoirelab/core/_version.py

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-01-16 11:50:05.274707
2-
__version__ = "0.0.1-rc.2"
1+
# File auto-generated by semverup on 2025-10-16 15:09:55.388010
2+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)