File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+
11+ ## [ 0.4.1] - 2025-09-11
12+
13+ ### Fixed
14+ - Fix release workflow
15+
1016## [ 0.4.0] - 2025-09-11
1117
1218### Added
@@ -79,6 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7985- Detailed architecture overview and data flow diagrams
8086- Complete command reference and examples
8187
88+ [ 0.4.1 ] : https://github.com/Datadog/equilibrium/releases/tag/v0.4.1
89+ [ 0.4.0 ] : https://github.com/Datadog/equilibrium/releases/tag/v0.4.0
8290[ 0.3.1 ] : https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.1
8391[ 0.3.0 ] : https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.0
8492[ 0.2.0 ] : https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.2.0
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Equilibrium
4- VERSION = "0.4.0 "
4+ VERSION = "0.4.1 "
55end
You can’t perform that action at this time.
0 commit comments