equilibrium 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6086551ee61483f243deea089baf7c898dfb8d99745288a0e7ec5accf7c42949
4
- data.tar.gz: 9fc936d5a0da77004c5520560d10a4360845ec76184feb75cce9fcd535d55aba
3
+ metadata.gz: 9f7f1762ced80bf2bbdd2e3c6a390059c08253b951338447775a2383579b8d5b
4
+ data.tar.gz: d073ba338f566c6a32b0428db6f0287da2c77b1afd05bd1ada18ced0dd7dba3e
5
5
  SHA512:
6
- metadata.gz: 00f8941a8d9c31f96b5dbc91e61e37bb8198a4664480699724922ea1ca80bf248473665a047b1b8bb7619cf2afc2a51c2ad5a765548ce5830bec50a06840320e
7
- data.tar.gz: b4abe1cde3cb0dfbe9ed9036b82f094871b38ed3d6192c7c6e3c1abce8aa0fe0068337f9ec9e93dd95679d61861c1b87298dc2f0e5a5c48a0d96aea96165b94b
6
+ metadata.gz: e21471deae125784c0a4a65db804f72a2d9e6296990a26d1cd88a2ecdf9cbce5407a0080ce8f579742f744119e25b2b16bf77a1ad64bdbee8f66acb1867e30fa
7
+ data.tar.gz: 30090220345f2b17feef0fdf5808278d22a3cac7ffb6fb19b96924945abe65db72fb6e49927306f991e12032c9eabfc09cbc685bb6f157f614d38352ed305e4d
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+
11
+ ## [0.4.1] - 2025-09-11
12
+
13
+ ### Fixed
14
+ - Fix release workflow
15
+
10
16
  ## [0.4.0] - 2025-09-11
11
17
 
12
18
  ### Added
@@ -79,6 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
79
85
  - Detailed architecture overview and data flow diagrams
80
86
  - Complete command reference and examples
81
87
 
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
82
90
  [0.3.1]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.1
83
91
  [0.3.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.0
84
92
  [0.2.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.2.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Equilibrium
4
- VERSION = "0.4.0"
4
+ VERSION = "0.4.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: equilibrium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Datadog, Inc.
@@ -102,7 +102,7 @@ licenses:
102
102
  metadata:
103
103
  homepage_uri: https://github.com/Datadog/equilibrium
104
104
  source_code_uri: https://github.com/Datadog/equilibrium
105
- changelog_uri: https://github.com/Datadog/equilibrium/blob/v0.4.0/CHANGELOG.md
105
+ changelog_uri: https://github.com/Datadog/equilibrium/blob/v0.4.1/CHANGELOG.md
106
106
  github_repo: ssh://github.com/Datadog/equilibrium
107
107
  rdoc_options: []
108
108
  require_paths: