We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff8bf7 commit ede428fCopy full SHA for ede428f
CHANGELOG.md
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
- n/a
11
12
+## [v3.3.0] - 2026-03-02
13
+
14
+- Added `branch_prefix` optional parameter for GitLab loader
15
16
## [v3.2.2] - 2025-11-28
17
18
- Replace poetry with pip, restore py36 support
setup.py
@@ -13,7 +13,7 @@ def get_requirements():
setup(
name="ubi-config",
- version="3.2.2",
+ version="3.3.0",
description="A Python Library for accessing Universal Base Image configuration",
long_description=get_long_description(),
19
long_description_content_type="text/markdown",
0 commit comments