equilibrium 0.3.0 → 0.3.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 +6 -2
- 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: 495555ab3b3d0695f4e559e5372c5d8ab83ff131d11a9758dde1aa0df497472e
|
4
|
+
data.tar.gz: 4ce686d07757a3f5732cdc58a3e48c9084a1ddf4eef2130ba1cb5af5e5b10b95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b69760396a2992caaafcaf2f219290a78555dbf2c474e52a38120d5b5cd81a549ba9e9c01afc7990239706d1a8be7d9db3ac2218152ba3bf3bf1597eff1b196
|
7
|
+
data.tar.gz: b33a4bc6bd29f7492850af6e310996c1c3967bb93f577b587086025307cce85b39bc67bb4f47b1cc169f894ac98a29c6f52cc827824b83604b2aec2b2b2989ac
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [0.3.1] - 2025-08-26
|
11
|
+
|
12
|
+
### Fixed
|
13
|
+
- Fix changelog format
|
14
|
+
|
10
15
|
## [0.3.0] - 2025-08-26
|
11
16
|
|
12
17
|
### Added
|
@@ -16,8 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
16
21
|
- Use Ruby 3.4.5
|
17
22
|
- Unified tag structures across analyze command output
|
18
23
|
- Improved summary format for better readability and consistency
|
19
|
-
|
20
|
-
### Removed
|
21
24
|
- Remove remediation_plan field from analyze command output
|
22
25
|
|
23
26
|
## [0.2.0] - 2025-08-15
|
@@ -67,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
67
70
|
- Detailed architecture overview and data flow diagrams
|
68
71
|
- Complete command reference and examples
|
69
72
|
|
73
|
+
[0.3.1]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.1
|
70
74
|
[0.3.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.0
|
71
75
|
[0.2.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.2.0
|
72
76
|
[0.1.1]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.1.1
|
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.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Hsu
|
@@ -101,7 +101,7 @@ licenses:
|
|
101
101
|
metadata:
|
102
102
|
homepage_uri: https://github.com/TonyCTHsu/equilibrium
|
103
103
|
source_code_uri: https://github.com/TonyCTHsu/equilibrium
|
104
|
-
changelog_uri: https://github.com/TonyCTHsu/equilibrium/blob/v0.3.
|
104
|
+
changelog_uri: https://github.com/TonyCTHsu/equilibrium/blob/v0.3.1/CHANGELOG.md
|
105
105
|
github_repo: ssh://github.com/TonyCTHsu/equilibrium
|
106
106
|
rdoc_options: []
|
107
107
|
require_paths:
|