Skip to content

Commit cf3cb24

Browse files
chore: bump version to v0.4.3 [skip ci] (#50)
Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
1 parent 4abff6b commit cf3cb24

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

88
---
99

10+
## [0.4.3] - 2026-03-21
11+
12+
### Changed
13+
- Automated patch release — version bump to 0.4.3.
14+
15+
---
16+
1017
## [0.4.2] - 2026-03-18
1118

1219
### Fixed

cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Single source of truth for the devopsos package version."""
22

3-
__version__ = "0.4.2"
3+
__version__ = "0.4.3"

hugo-docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type: "docs"
99

1010
[![CI](https://github.com/cloudengine-labs/devops_os/actions/workflows/ci.yml/badge.svg)](https://github.com/cloudengine-labs/devops_os/actions/workflows/ci.yml)
1111
[![Sanity Tests](https://github.com/cloudengine-labs/devops_os/actions/workflows/sanity.yml/badge.svg)](https://github.com/cloudengine-labs/devops_os/actions/workflows/sanity.yml)
12-
[![Version](https://img.shields.io/badge/version-0.4.1-blue)](https://github.com/cloudengine-labs/devops_os/blob/main/CHANGELOG.md)
12+
[![Version](https://img.shields.io/badge/version-0.4.3-blue)](https://github.com/cloudengine-labs/devops_os/blob/main/CHANGELOG.md)
1313
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue?logo=python&logoColor=white)](https://www.python.org/)
1414
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](https://github.com/cloudengine-labs/devops_os/blob/main/LICENSE)
1515

0 commit comments

Comments
 (0)