terraspace 2.2.18 → 2.2.20
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 +7 -0
- data/lib/terraspace/command.rb +1 -1
- data/lib/terraspace/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6b466364349a7994317a4fe2d85cbbffb001b75928d2e977a9c513e1bf72fdf
|
4
|
+
data.tar.gz: 81e9d30239e51fe60e3c8ef508653435b6121f47ae27636b1d81129034ed5274
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81764cd7c8dfa299b43c79d7589df2ca57230727c052a6b9368c1449cb179bfd4d07884ed719cc9172c97093f797d9bf4ec55aafa386c0f024074b8337d50af7
|
7
|
+
data.tar.gz: db5456265715f6ccaebe2ca72c6997eced32c355f1f2ae20dee90b4b501ed2175be7fc7ba6d6db966a810f9885e042201b82647f14640619b8db4a4aa24797d5
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,13 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
5
5
|
|
6
|
+
## [2.2.20] - 2025-10-13
|
7
|
+
- [#354](https://github.com/boltops-tools/terraspace/pull/354) Revert feat: add support for exit code in terraspace validate command
|
8
|
+
|
9
|
+
## [2.2.19] - 2025-10-13
|
10
|
+
- [#354](https://github.com/boltops-tools/terraspace/pull/354) feat: add support for exit code in terraspace validate command
|
11
|
+
- [#370](https://github.com/boltops-tools/terraspace/pull/370) Fix 'new project' command for Ruby 3.4.x versions
|
12
|
+
|
6
13
|
## [2.2.18] - 2025-07-21
|
7
14
|
- [#351](https://github.com/boltops-tools/terraspace/pull/351) Fix dead links in README.me
|
8
15
|
- [#365](https://github.com/boltops-tools/terraspace/pull/365) RFC: Support `json` format with `graph` command
|
data/lib/terraspace/command.rb
CHANGED
data/lib/terraspace/version.rb
CHANGED