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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/equilibrium/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f7f1762ced80bf2bbdd2e3c6a390059c08253b951338447775a2383579b8d5b
|
4
|
+
data.tar.gz: d073ba338f566c6a32b0428db6f0287da2c77b1afd05bd1ada18ced0dd7dba3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/equilibrium/version.rb
CHANGED
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.
|
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.
|
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:
|