Skip to content

Commit ede428f

Browse files
committed
Release v3.3.0
1 parent 0ff8bf7 commit ede428f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- n/a
1111

12+
## [v3.3.0] - 2026-03-02
13+
14+
- Added `branch_prefix` optional parameter for GitLab loader
15+
1216
## [v3.2.2] - 2025-11-28
1317

1418
- Replace poetry with pip, restore py36 support

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_requirements():
1313

1414
setup(
1515
name="ubi-config",
16-
version="3.2.2",
16+
version="3.3.0",
1717
description="A Python Library for accessing Universal Base Image configuration",
1818
long_description=get_long_description(),
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)