squared 0.2.12 → 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: 6c4f586dc4eb61a4952f9093d90f52b07bd95b920ddeb2f3f10df67c5d32a936
4
- data.tar.gz: d2c688164ad5033e3d662fda16b63809cc2c6f1020b963d7ef15b3f61571f457
3
+ metadata.gz: ba0c28ace82df9ef4883ee950c400fff6eb2c124ee526d925ee23ef709641810
4
+ data.tar.gz: 43f915cb5bde53c740ae90dd7f47be7624dceb95289550f58005ba974f64677e
5
5
  SHA512:
6
- metadata.gz: 8cebf94bb4963e7b8c2515df1c2a02e3c7a919a702eea06f66840c73cfd87cdaf3069c8dece4487385ecc421bb858934a87f320ecfeedec89964971147a3810d
7
- data.tar.gz: d0917560fbe4c49c70269b1f4cfbe1f63b1c460eb9d1658046b9c23b1764182007533556d2fceb174b452424d835928a67815ba22927a435f872aeb5c8611772
6
+ metadata.gz: 670952f329faa18fbba27dbdfb76984a6f27c40b00aee5453984f564094d002130de31461f67dbb555c87af94fbf1dae992615cee72fa9a105603cbb1a06d8a9
7
+ data.tar.gz: 9661fe26e5a71115abb59d5c4418e53fcf4f94615162c9a180801ce32edb8db85bfd3a03c065c16980e54ed560c14227096a252d7bc0ac3e9738a2d58eaec365
data/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
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
+
18
+ ## [0.2.13] - 2025-07-16
19
+
20
+ ### Fixed
21
+
22
+ - Project graph did not ignore circular references.
23
+
24
+ ## [0.1.10] - 2025-07-16
25
+
26
+ ### Fixed
27
+
28
+ - Module namespaces were not combined in the right order.
29
+ - Workspace group tasks were not registered.
30
+
3
31
  ## [0.2.12] - 2025-07-05
4
32
 
5
33
  ### Fixed
@@ -307,27 +335,31 @@
307
335
 
308
336
  - Changelog was created.
309
337
 
310
- [0.2.12]: https://github.com/anpham6/squared/releases/tag/v0.2.12-ruby
311
- [0.2.11]: https://github.com/anpham6/squared/releases/tag/v0.2.11-ruby
312
- [0.2.10]: https://github.com/anpham6/squared/releases/tag/v0.2.10-ruby
313
- [0.2.9]: https://github.com/anpham6/squared/releases/tag/v0.2.9-ruby
314
- [0.2.8]: https://github.com/anpham6/squared/releases/tag/v0.2.8-ruby
315
- [0.2.7]: https://github.com/anpham6/squared/releases/tag/v0.2.7-ruby
316
- [0.2.6]: https://github.com/anpham6/squared/releases/tag/v0.2.6-ruby
317
- [0.2.5]: https://github.com/anpham6/squared/releases/tag/v0.2.5-ruby
318
- [0.2.4]: https://github.com/anpham6/squared/releases/tag/v0.2.4-ruby
319
- [0.2.3]: https://github.com/anpham6/squared/releases/tag/v0.2.3-ruby
320
- [0.2.2]: https://github.com/anpham6/squared/releases/tag/v0.2.2-ruby
321
- [0.2.1]: https://github.com/anpham6/squared/releases/tag/v0.2.1-ruby
322
- [0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
323
- [0.1.9]: https://github.com/anpham6/squared/releases/tag/v0.1.9-ruby
324
- [0.1.8]: https://github.com/anpham6/squared/releases/tag/v0.1.8-ruby
325
- [0.1.7]: https://github.com/anpham6/squared/releases/tag/v0.1.7-ruby
326
- [0.1.6]: https://github.com/anpham6/squared/releases/tag/v0.1.6-ruby
327
- [0.1.5]: https://github.com/anpham6/squared/releases/tag/v0.1.5-ruby
328
- [0.1.4]: https://github.com/anpham6/squared/releases/tag/v0.1.4-ruby
329
- [0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
330
- [0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
331
- [0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
332
- [0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
333
- [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