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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a837a7453d70ee952b97888dde397411eaa7b2e22ba7a9147caf07b75ccfc17
4
- data.tar.gz: 7367d2d4aed721970a617a15aec9ba81cb4e16cbaf1151d57aec4cd4a5d564e3
3
+ metadata.gz: 495555ab3b3d0695f4e559e5372c5d8ab83ff131d11a9758dde1aa0df497472e
4
+ data.tar.gz: 4ce686d07757a3f5732cdc58a3e48c9084a1ddf4eef2130ba1cb5af5e5b10b95
5
5
  SHA512:
6
- metadata.gz: 0fcc623d3164a2c20afb658d1f164b3ee391622290db618d27e1d628c1144e1eb0f7434d6e1e29bead38bf47c45115edbe5748bf520bb5462898cf7c988aaa37
7
- data.tar.gz: 35bcc231d9e5f55e80b344586365b93345738a8edfb3e681ff9bada813e9922358b20e96e04cdac48a9b2e353c732269d218d53870a9ba32495a96270e425151
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Equilibrium
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.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.3.0
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.0/CHANGELOG.md
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: