File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11"""Single source of truth for the devopsos package version."""
22
3- __version__ = "0.4.0 "
3+ __version__ = "0.4.1 "
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments