squared 0.2.13 → 0.2.14

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: 55acca920e2d36f1ce57ef7cb2f70c4eba31ff643436713bce561822dbb0f266
4
- data.tar.gz: 83172faeb6c7638f1528bf401915134ce3a388d47cdd6934dfcd71af77723d38
3
+ metadata.gz: ba0c28ace82df9ef4883ee950c400fff6eb2c124ee526d925ee23ef709641810
4
+ data.tar.gz: 43f915cb5bde53c740ae90dd7f47be7624dceb95289550f58005ba974f64677e
5
5
  SHA512:
6
- metadata.gz: 3d7b1de764a624c7f6424c2e1ceea431b7f1e28362510bb772cc83e43075310949a7644696926991025db0e511c534bb21e01d6c6ecb45f45f93a51d10ba79ab
7
- data.tar.gz: 73745e3f8035184b1995cd8d5a2cc26a21bfe93b462e94e6be62795ba34d4c0646b22b70cd3f1017a18f60d1e8dcec4b558932e3423b418461807b4af25d4e3c
6
+ metadata.gz: 670952f329faa18fbba27dbdfb76984a6f27c40b00aee5453984f564094d002130de31461f67dbb555c87af94fbf1dae992615cee72fa9a105603cbb1a06d8a9
7
+ data.tar.gz: 9661fe26e5a71115abb59d5c4418e53fcf4f94615162c9a180801ce32edb8db85bfd3a03c065c16980e54ed560c14227096a252d7bc0ac3e9738a2d58eaec365
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.14] - 2025-08-23
4
+
5
+ ### Fixed
6
+
7
+ - See `0.1.11`.
8
+
9
+ ## [0.1.11] - 2025-08-23
10
+
11
+ ### Fixed
12
+
13
+ - Node could not compare semantic versions above double digits.
14
+ - Node command bump did not reset major and minor trailing digits.
15
+ - Gems with a fourth semver digit was not compared.
16
+ - Workspace styles did not convert string keys to symbols.
17
+
3
18
  ## [0.2.13] - 2025-07-16
4
19
 
5
20
  ### Fixed
@@ -320,29 +335,31 @@
320
335
 
321
336
  - Changelog was created.
322
337
 
323
- [0.2.13]: https://github.com/anpham6/squared/releases/tag/v0.2.13-ruby
324
- [0.2.12]: https://github.com/anpham6/squared/releases/tag/v0.2.12-ruby
325
- [0.2.11]: https://github.com/anpham6/squared/releases/tag/v0.2.11-ruby
326
- [0.2.10]: https://github.com/anpham6/squared/releases/tag/v0.2.10-ruby
327
- [0.2.9]: https://github.com/anpham6/squared/releases/tag/v0.2.9-ruby
328
- [0.2.8]: https://github.com/anpham6/squared/releases/tag/v0.2.8-ruby
329
- [0.2.7]: https://github.com/anpham6/squared/releases/tag/v0.2.7-ruby
330
- [0.2.6]: https://github.com/anpham6/squared/releases/tag/v0.2.6-ruby
331
- [0.2.5]: https://github.com/anpham6/squared/releases/tag/v0.2.5-ruby
332
- [0.2.4]: https://github.com/anpham6/squared/releases/tag/v0.2.4-ruby
333
- [0.2.3]: https://github.com/anpham6/squared/releases/tag/v0.2.3-ruby
334
- [0.2.2]: https://github.com/anpham6/squared/releases/tag/v0.2.2-ruby
335
- [0.2.1]: https://github.com/anpham6/squared/releases/tag/v0.2.1-ruby
336
- [0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
337
- [0.1.10]: https://github.com/anpham6/squared/releases/tag/v0.1.10-ruby
338
- [0.1.9]: https://github.com/anpham6/squared/releases/tag/v0.1.9-ruby
339
- [0.1.8]: https://github.com/anpham6/squared/releases/tag/v0.1.8-ruby
340
- [0.1.7]: https://github.com/anpham6/squared/releases/tag/v0.1.7-ruby
341
- [0.1.6]: https://github.com/anpham6/squared/releases/tag/v0.1.6-ruby
342
- [0.1.5]: https://github.com/anpham6/squared/releases/tag/v0.1.5-ruby
343
- [0.1.4]: https://github.com/anpham6/squared/releases/tag/v0.1.4-ruby
344
- [0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
345
- [0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
346
- [0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
347
- [0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
348
- [0.0.12]: https://github.com/anpham6/squared/releases/tag/v0.0.12-ruby
338
+ [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
339
+ [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
340
+ [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
341
+ [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
342
+ [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
343
+ [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
344
+ [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
345
+ [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
346
+ [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
347
+ [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
348
+ [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
349
+ [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
350
+ [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
351
+ [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
352
+ [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
353
+ [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
354
+ [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
355
+ [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
356
+ [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
357
+ [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
358
+ [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
359
+ [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
360
+ [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
361
+ [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
362
+ [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
363
+ [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
364
+ [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
365
+ [0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby