squared 0.4.17 → 0.4.19

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: 4e41d76a0edb3135560234d2a7faf8eba688365316cad1dc9ca38d7fb353759d
4
- data.tar.gz: b59fa903ae6e7282ef8d3b36039141c9b29f43c0f7d5fdc64063cd191e7cb409
3
+ metadata.gz: 7768e317ba03b32b5b8efeede15034c9c1c6bff1e6bca94e48119236a9647de4
4
+ data.tar.gz: 592bca71ea7b863bfdbd8896e429688b1d7b38941e7eee14388eb868f6065486
5
5
  SHA512:
6
- metadata.gz: 7118f35ce60a5a8008c3163b636b7acbcbfeb637b2cea7aab9fb3be87b5a4701d0f28c8edbe2510a9e596077f578875bea537acebedc4177223a63d377ea418f
7
- data.tar.gz: '025669293a2bf52bed8c2a25135264faa04363e646f2bd217a1a26e89fddaa4cab84cafedd4c31ba82045c1471d4c82da39e4c15fd353201bcc2b789bcbb0c1d'
6
+ metadata.gz: 2eb5c090afe6a6514fa4f579e41f2f3136720cf4279d4d0464df8828e88b150e15245e5b69395abfe5af2b33f5850ca6ca9c379bd8970c4fd1e54125688e365e
7
+ data.tar.gz: 5f537d9f3eb00dcfe5786092cf6752393a80b8caba758152a53e65e05f6222b89fd87959d094f2b9b1677cc4a65380ac3ade95dd204239fb5c51ab789bf1d6b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.19] - 2025-08-30
4
+
5
+ ### Added
6
+
7
+ - Docker command options were updated to 28.3.
8
+ - Docker command compose action down was implemented.
9
+ - Docker containers conflicting with options can be prefixed with colon.
10
+ - Git command stash action push option message is interactive.
11
+ - Repo commands init and sync inherit any positional options.
12
+
13
+ ### Fixed
14
+
15
+ - Docker did not ignore pre-defined file with COMPOSE_FILE.
16
+ - Docker did not support multiple config files.
17
+ - Repo did not transfer arguments to supplement tasks.
18
+ - Node public method version caused a recursive loop.
19
+ - Node command bump action minor without major was revised.
20
+
21
+ ## [0.4.18] - 2025-08-23
22
+
23
+ ### Added
24
+
25
+ - Repo command init can specify groups to pull from manifest.
26
+ - Repo command init can specify submodules to fetch.
27
+ - Ruby gem specification is auto-detected when not specified.
28
+ - Ruby task install:redownload with force deletes Gemfile.lock.
29
+
30
+ ### Changed
31
+
32
+ - Workspace pipe and verbose interprets $DEBUG AND $VERBOSE modes.
33
+ - Git response status did not check for STDIN stream.
34
+ - Common format method puts_oe was renamed log_console.
35
+ - Global task git:all is disabled for single project workspaces.
36
+
37
+ ## [0.3.14] - 2025-08-23
38
+
39
+ ### Fixed
40
+
41
+ - Gem command exec did not separate command and arguments.
42
+
43
+ ## [0.2.14] - 2025-08-23
44
+
45
+ ### Fixed
46
+
47
+ - See `0.1.11`.
48
+
49
+ ## [0.1.11] - 2025-08-23
50
+
51
+ ### Fixed
52
+
53
+ - Node could not compare semantic versions above double digits.
54
+ - Node command bump did not reset major and minor trailing digits.
55
+ - Gems with a fourth semver digit was not compared.
56
+ - Workspace styles did not convert string keys to symbols.
57
+
3
58
  ## [0.4.17] - 2025-08-09
4
59
 
5
60
  ### Added
@@ -891,61 +946,66 @@
891
946
 
892
947
  - Changelog was created.
893
948
 
894
- [0.4.17]: https://github.com/anpham6/squared/releases/tag/v0.4.17-ruby
895
- [0.4.16]: https://github.com/anpham6/squared/releases/tag/v0.4.16-ruby
896
- [0.4.15]: https://github.com/anpham6/squared/releases/tag/v0.4.15-ruby
897
- [0.4.14]: https://github.com/anpham6/squared/releases/tag/v0.4.14-ruby
898
- [0.4.13]: https://github.com/anpham6/squared/releases/tag/v0.4.13-ruby
899
- [0.4.12]: https://github.com/anpham6/squared/releases/tag/v0.4.12-ruby
900
- [0.4.11]: https://github.com/anpham6/squared/releases/tag/v0.4.11-ruby
901
- [0.4.10]: https://github.com/anpham6/squared/releases/tag/v0.4.10-ruby
902
- [0.4.9]: https://github.com/anpham6/squared/releases/tag/v0.4.9-ruby
903
- [0.4.8]: https://github.com/anpham6/squared/releases/tag/v0.4.8-ruby
904
- [0.4.7]: https://github.com/anpham6/squared/releases/tag/v0.4.7-ruby
905
- [0.4.6]: https://github.com/anpham6/squared/releases/tag/v0.4.6-ruby
906
- [0.4.5]: https://github.com/anpham6/squared/releases/tag/v0.4.5-ruby
907
- [0.4.4]: https://github.com/anpham6/squared/releases/tag/v0.4.4-ruby
908
- [0.4.3]: https://github.com/anpham6/squared/releases/tag/v0.4.3-ruby
909
- [0.4.2]: https://github.com/anpham6/squared/releases/tag/v0.4.2-ruby
910
- [0.4.1]: https://github.com/anpham6/squared/releases/tag/v0.4.1-ruby
911
- [0.4.0]: https://github.com/anpham6/squared/releases/tag/v0.4.0-ruby
912
- [0.3.13]: https://github.com/anpham6/squared/releases/tag/v0.3.13-ruby
913
- [0.3.12]: https://github.com/anpham6/squared/releases/tag/v0.3.12-ruby
914
- [0.3.11]: https://github.com/anpham6/squared/releases/tag/v0.3.11-ruby
915
- [0.3.10]: https://github.com/anpham6/squared/releases/tag/v0.3.10-ruby
916
- [0.3.9]: https://github.com/anpham6/squared/releases/tag/v0.3.9-ruby
917
- [0.3.8]: https://github.com/anpham6/squared/releases/tag/v0.3.8-ruby
918
- [0.3.7]: https://github.com/anpham6/squared/releases/tag/v0.3.7-ruby
919
- [0.3.6]: https://github.com/anpham6/squared/releases/tag/v0.3.6-ruby
920
- [0.3.5]: https://github.com/anpham6/squared/releases/tag/v0.3.5-ruby
921
- [0.3.4]: https://github.com/anpham6/squared/releases/tag/v0.3.4-ruby
922
- [0.3.3]: https://github.com/anpham6/squared/releases/tag/v0.3.3-ruby
923
- [0.3.2]: https://github.com/anpham6/squared/releases/tag/v0.3.2-ruby
924
- [0.3.1]: https://github.com/anpham6/squared/releases/tag/v0.3.1-ruby
925
- [0.3.0]: https://github.com/anpham6/squared/releases/tag/v0.3.0-ruby
926
- [0.2.13]: https://github.com/anpham6/squared/releases/tag/v0.2.13-ruby
927
- [0.2.12]: https://github.com/anpham6/squared/releases/tag/v0.2.12-ruby
928
- [0.2.11]: https://github.com/anpham6/squared/releases/tag/v0.2.11-ruby
929
- [0.2.10]: https://github.com/anpham6/squared/releases/tag/v0.2.10-ruby
930
- [0.2.9]: https://github.com/anpham6/squared/releases/tag/v0.2.9-ruby
931
- [0.2.8]: https://github.com/anpham6/squared/releases/tag/v0.2.8-ruby
932
- [0.2.7]: https://github.com/anpham6/squared/releases/tag/v0.2.7-ruby
933
- [0.2.6]: https://github.com/anpham6/squared/releases/tag/v0.2.6-ruby
934
- [0.2.5]: https://github.com/anpham6/squared/releases/tag/v0.2.5-ruby
935
- [0.2.4]: https://github.com/anpham6/squared/releases/tag/v0.2.4-ruby
936
- [0.2.3]: https://github.com/anpham6/squared/releases/tag/v0.2.3-ruby
937
- [0.2.2]: https://github.com/anpham6/squared/releases/tag/v0.2.2-ruby
938
- [0.2.1]: https://github.com/anpham6/squared/releases/tag/v0.2.1-ruby
939
- [0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
940
- [0.1.10]: https://github.com/anpham6/squared/releases/tag/v0.1.10-ruby
941
- [0.1.9]: https://github.com/anpham6/squared/releases/tag/v0.1.9-ruby
942
- [0.1.8]: https://github.com/anpham6/squared/releases/tag/v0.1.8-ruby
943
- [0.1.7]: https://github.com/anpham6/squared/releases/tag/v0.1.7-ruby
944
- [0.1.6]: https://github.com/anpham6/squared/releases/tag/v0.1.6-ruby
945
- [0.1.5]: https://github.com/anpham6/squared/releases/tag/v0.1.5-ruby
946
- [0.1.4]: https://github.com/anpham6/squared/releases/tag/v0.1.4-ruby
947
- [0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
948
- [0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
949
- [0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
950
- [0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
951
- [0.0.12]: https://github.com/anpham6/squared/releases/tag/v0.0.12-ruby
949
+ [0.4.19]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.19
950
+ [0.4.18]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.18
951
+ [0.4.17]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.17-ruby
952
+ [0.4.16]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.16-ruby
953
+ [0.4.15]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.15-ruby
954
+ [0.4.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.14-ruby
955
+ [0.4.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.13-ruby
956
+ [0.4.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.12-ruby
957
+ [0.4.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.11-ruby
958
+ [0.4.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.10-ruby
959
+ [0.4.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.9-ruby
960
+ [0.4.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.8-ruby
961
+ [0.4.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.7-ruby
962
+ [0.4.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.6-ruby
963
+ [0.4.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.5-ruby
964
+ [0.4.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.4-ruby
965
+ [0.4.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.3-ruby
966
+ [0.4.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.2-ruby
967
+ [0.4.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.1-ruby
968
+ [0.4.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.0-ruby
969
+ [0.3.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.14
970
+ [0.3.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.13-ruby
971
+ [0.3.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.12-ruby
972
+ [0.3.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.11-ruby
973
+ [0.3.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.10-ruby
974
+ [0.3.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.9-ruby
975
+ [0.3.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.8-ruby
976
+ [0.3.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.7-ruby
977
+ [0.3.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.6-ruby
978
+ [0.3.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.5-ruby
979
+ [0.3.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.4-ruby
980
+ [0.3.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.3-ruby
981
+ [0.3.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.2-ruby
982
+ [0.3.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.1-ruby
983
+ [0.3.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.0-ruby
984
+ [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
985
+ [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
986
+ [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
987
+ [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
988
+ [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
989
+ [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
990
+ [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
991
+ [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
992
+ [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
993
+ [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
994
+ [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
995
+ [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
996
+ [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
997
+ [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
998
+ [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
999
+ [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
1000
+ [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
1001
+ [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
1002
+ [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
1003
+ [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
1004
+ [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
1005
+ [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
1006
+ [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
1007
+ [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
1008
+ [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
1009
+ [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
1010
+ [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
1011
+ [0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby