Skip to content

Commit 061caaf

Browse files
authored
Merge pull request #46 from cloudengine-labs/release/v0.4.1
chore: bump version to v0.4.1
2 parents ae1fecb + c6fa898 commit 061caaf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.1] - 2026-03-17
11+
12+
### Changed
13+
- Automated patch release — version bump to 0.4.1.
14+
15+
---
16+
1017
## [0.4.0] - 2026-03-15
1118

1219
### Added

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.0"
3+
__version__ = "0.4.1"

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.2.0-blue)](https://github.com/cloudengine-labs/devops_os/blob/main/CHANGELOG.md)
12+
[![Version](https://img.shields.io/badge/version-0.4.1-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)