Skip to content

Commit c47875f

Browse files
committed
Release 1.3.0-rc.1
1 parent 112f1d0 commit c47875f

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

perceval/_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-06-03 10:07:33.857531
2-
__version__ = "1.2.3"
1+
# File auto-generated by semverup on 2025-06-18 08:53:56.978644
2+
__version__ = "1.3.0-rc.1"

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 = "perceval"
3-
version = "1.2.3"
3+
version = "1.3.0-rc.1"
44
description = "Send Sir Perceval on a quest to fetch and gather data from software repositories."
55
authors = [
66
"GrimoireLab Developers"

releases/1.3.0-rc.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## perceval 1.3.0-rc.1 - (2025-06-18)
2+
3+
**New features:**
4+
5+
* Blacklist option for builds in Jenkins\
6+
Add blacklist functionality for builds in Jenkins integration. To
7+
ignore a build, you must define the job name and the build id with the
8+
following format: `--blacklist-builds job-id:1234`.
9+

releases/unreleased/blacklist-option-for-builds-in-jenkins.yml renamed to releases/unreleased/processed/blacklist-option-for-builds-in-jenkins.yml

File renamed without changes.

0 commit comments

Comments
 (0)