Skip to content

Commit 55896fd

Browse files
chefgsgithub-actions[bot]
authored andcommitted
chore: bump version to v0.4.6 [skip ci]
1 parent 2329775 commit 55896fd

4 files changed

Lines changed: 10 additions & 3 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.6] - 2026-04-01
11+
12+
### Changed
13+
- Automated patch release — version bump to 0.4.6.
14+
15+
---
16+
1017
## [0.4.5] - 2026-03-21
1118

1219
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![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)
88
[![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)
9-
[![Version](https://img.shields.io/badge/version-0.4.5-blue)](CHANGELOG.md)
9+
[![Version](https://img.shields.io/badge/version-0.4.6-blue)](CHANGELOG.md)
1010
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue?logo=python&logoColor=white)](https://www.python.org/)
1111
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
1212
[![Open Source](https://img.shields.io/badge/open%20source-%E2%9D%A4-red)](https://github.com/cloudengine-labs/devops_os)

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.5"
3+
__version__ = "0.4.6"

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