squared 0.4.16 → 0.4.18

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: 42a856b40866dc4f90ff4def50a0d8ef6f7134ce5cd8f0c40064b55aea2735a4
4
- data.tar.gz: 1ee4f68f6f3a40ed0d45fac5fbb7e3817787f9c86be7770331edbaff541e7ad1
3
+ metadata.gz: 2e8fe45c2b6a9cc6fa2b274de07af33c74afde0e6a203ca2c5c3dfd0c13267ed
4
+ data.tar.gz: ca5bdcf32da9e2383c63bd20966eaf524b2400d88f4b0045947f6403315ac961
5
5
  SHA512:
6
- metadata.gz: ffb1e276cc3fa97d5de20158a5d0833c8cd140506cc8ee2fd61e0c19fe446e12edba1dca5cc0cda49a4e5d0e393bae4db1fa8f5320aa8bfb892c1dd8608d31ae
7
- data.tar.gz: e6460b7953fd893b7560a051d93e86630faf134d831e173d25924562775186a6f46dd0a9cb13014a4adc8c2ff3ed734719925653ccd9ef140e4fa572e36db15c
6
+ metadata.gz: a7a419bf6297c047a0b062e85b6c0f397919bb65c2ef426c89c765e177e3c55f0c461c4529e7cde9fa32161b5be33bfd8e0217b23d514dd4646eb4c7ec99cc34
7
+ data.tar.gz: fc5e91cafb09e0963287ffa1dad25e57992d07a5e2942a3cddc3740f760079268aab1bb2d6d9f8d6a50169f5826d66b584fe388727fa725a8012930857f6f292
data/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.18] - 2025-08-23
4
+
5
+ ### Added
6
+
7
+ - Repo command init can specify groups to pull from manifest.
8
+ - Repo command init can specify submodules to fetch.
9
+ - Ruby gem specification is auto-detected when not specified.
10
+ - Ruby task install:redownload with force deletes Gemfile.lock.
11
+
12
+ ### Changed
13
+
14
+ - Workspace pipe and verbose interprets $DEBUG AND $VERBOSE modes.
15
+ - Git response status did not check for STDIN stream.
16
+ - Common format method puts_oe was renamed log_console.
17
+ - Global task git:all is disabled for single project workspaces.
18
+
19
+ ## [0.3.14] - 2025-08-23
20
+
21
+ ### Fixed
22
+
23
+ - Gem command exec did not separate command and arguments.
24
+
25
+ ## [0.2.14] - 2025-08-23
26
+
27
+ ### Fixed
28
+
29
+ - See `0.1.11`.
30
+
31
+ ## [0.1.11] - 2025-08-23
32
+
33
+ ### Fixed
34
+
35
+ - Node could not compare semantic versions above double digits.
36
+ - Node command bump did not reset major and minor trailing digits.
37
+ - Gems with a fourth semver digit was not compared.
38
+ - Workspace styles did not convert string keys to symbols.
39
+
40
+ ## [0.4.17] - 2025-08-09
41
+
42
+ ### Added
43
+
44
+ - Node repos can be initialized with specific package manager.
45
+ - Docker Engine options were updated to 28.0.
46
+ - Git commands pull and fetch action all was implemented.
47
+ - Git command reset action undo was implemented.
48
+ - Python command pip action upgrade was implemented.
49
+ - Git commands refs and files can use both pathspec and pattern.
50
+ - Git command submodule was implemented.
51
+ - Git command status was implemented.
52
+ - Git command switch action branch was implemented.
53
+
54
+ ### Changed
55
+
56
+ - Project task events can be assigned to a single proc.
57
+ - Ruby task copy uses require paths from gem specification.
58
+ - Docker task build:bake was renamed bake:build.
59
+ - Project global tasks can be hidden and still expose subtasks.
60
+ - Repo command line options can be overriden with class method.
61
+ - Repo task all variable REPO_DRYRUN was replaced with REPO_STAGE.
62
+ - Repo command sync option no-fail was renamed fail.
63
+
64
+ ### Fixed
65
+
66
+ - Gem command outdated did not work outside main project folder.
67
+ - Node command bump did not reset major and minor trailing digits.
68
+ - Docker image status message was displayed backwards.
69
+
3
70
  ## [0.4.16] - 2025-07-27
4
71
 
5
72
  ### Added
@@ -861,60 +928,65 @@
861
928
 
862
929
  - Changelog was created.
863
930
 
864
- [0.4.16]: https://github.com/anpham6/squared/releases/tag/v0.4.16-ruby
865
- [0.4.15]: https://github.com/anpham6/squared/releases/tag/v0.4.15-ruby
866
- [0.4.14]: https://github.com/anpham6/squared/releases/tag/v0.4.14-ruby
867
- [0.4.13]: https://github.com/anpham6/squared/releases/tag/v0.4.13-ruby
868
- [0.4.12]: https://github.com/anpham6/squared/releases/tag/v0.4.12-ruby
869
- [0.4.11]: https://github.com/anpham6/squared/releases/tag/v0.4.11-ruby
870
- [0.4.10]: https://github.com/anpham6/squared/releases/tag/v0.4.10-ruby
871
- [0.4.9]: https://github.com/anpham6/squared/releases/tag/v0.4.9-ruby
872
- [0.4.8]: https://github.com/anpham6/squared/releases/tag/v0.4.8-ruby
873
- [0.4.7]: https://github.com/anpham6/squared/releases/tag/v0.4.7-ruby
874
- [0.4.6]: https://github.com/anpham6/squared/releases/tag/v0.4.6-ruby
875
- [0.4.5]: https://github.com/anpham6/squared/releases/tag/v0.4.5-ruby
876
- [0.4.4]: https://github.com/anpham6/squared/releases/tag/v0.4.4-ruby
877
- [0.4.3]: https://github.com/anpham6/squared/releases/tag/v0.4.3-ruby
878
- [0.4.2]: https://github.com/anpham6/squared/releases/tag/v0.4.2-ruby
879
- [0.4.1]: https://github.com/anpham6/squared/releases/tag/v0.4.1-ruby
880
- [0.4.0]: https://github.com/anpham6/squared/releases/tag/v0.4.0-ruby
881
- [0.3.13]: https://github.com/anpham6/squared/releases/tag/v0.3.13-ruby
882
- [0.3.12]: https://github.com/anpham6/squared/releases/tag/v0.3.12-ruby
883
- [0.3.11]: https://github.com/anpham6/squared/releases/tag/v0.3.11-ruby
884
- [0.3.10]: https://github.com/anpham6/squared/releases/tag/v0.3.10-ruby
885
- [0.3.9]: https://github.com/anpham6/squared/releases/tag/v0.3.9-ruby
886
- [0.3.8]: https://github.com/anpham6/squared/releases/tag/v0.3.8-ruby
887
- [0.3.7]: https://github.com/anpham6/squared/releases/tag/v0.3.7-ruby
888
- [0.3.6]: https://github.com/anpham6/squared/releases/tag/v0.3.6-ruby
889
- [0.3.5]: https://github.com/anpham6/squared/releases/tag/v0.3.5-ruby
890
- [0.3.4]: https://github.com/anpham6/squared/releases/tag/v0.3.4-ruby
891
- [0.3.3]: https://github.com/anpham6/squared/releases/tag/v0.3.3-ruby
892
- [0.3.2]: https://github.com/anpham6/squared/releases/tag/v0.3.2-ruby
893
- [0.3.1]: https://github.com/anpham6/squared/releases/tag/v0.3.1-ruby
894
- [0.3.0]: https://github.com/anpham6/squared/releases/tag/v0.3.0-ruby
895
- [0.2.13]: https://github.com/anpham6/squared/releases/tag/v0.2.13-ruby
896
- [0.2.12]: https://github.com/anpham6/squared/releases/tag/v0.2.12-ruby
897
- [0.2.11]: https://github.com/anpham6/squared/releases/tag/v0.2.11-ruby
898
- [0.2.10]: https://github.com/anpham6/squared/releases/tag/v0.2.10-ruby
899
- [0.2.9]: https://github.com/anpham6/squared/releases/tag/v0.2.9-ruby
900
- [0.2.8]: https://github.com/anpham6/squared/releases/tag/v0.2.8-ruby
901
- [0.2.7]: https://github.com/anpham6/squared/releases/tag/v0.2.7-ruby
902
- [0.2.6]: https://github.com/anpham6/squared/releases/tag/v0.2.6-ruby
903
- [0.2.5]: https://github.com/anpham6/squared/releases/tag/v0.2.5-ruby
904
- [0.2.4]: https://github.com/anpham6/squared/releases/tag/v0.2.4-ruby
905
- [0.2.3]: https://github.com/anpham6/squared/releases/tag/v0.2.3-ruby
906
- [0.2.2]: https://github.com/anpham6/squared/releases/tag/v0.2.2-ruby
907
- [0.2.1]: https://github.com/anpham6/squared/releases/tag/v0.2.1-ruby
908
- [0.2.0]: https://github.com/anpham6/squared/releases/tag/v0.2.0-ruby
909
- [0.1.10]: https://github.com/anpham6/squared/releases/tag/v0.1.10-ruby
910
- [0.1.9]: https://github.com/anpham6/squared/releases/tag/v0.1.9-ruby
911
- [0.1.8]: https://github.com/anpham6/squared/releases/tag/v0.1.8-ruby
912
- [0.1.7]: https://github.com/anpham6/squared/releases/tag/v0.1.7-ruby
913
- [0.1.6]: https://github.com/anpham6/squared/releases/tag/v0.1.6-ruby
914
- [0.1.5]: https://github.com/anpham6/squared/releases/tag/v0.1.5-ruby
915
- [0.1.4]: https://github.com/anpham6/squared/releases/tag/v0.1.4-ruby
916
- [0.1.3]: https://github.com/anpham6/squared/releases/tag/v0.1.3-ruby
917
- [0.1.2]: https://github.com/anpham6/squared/releases/tag/v0.1.2-ruby
918
- [0.1.1]: https://github.com/anpham6/squared/releases/tag/v0.1.1-ruby
919
- [0.1.0]: https://github.com/anpham6/squared/releases/tag/v0.1.0-ruby
920
- [0.0.12]: https://github.com/anpham6/squared/releases/tag/v0.0.12-ruby
931
+ [0.4.18]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.18
932
+ [0.4.17]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.17-ruby
933
+ [0.4.16]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.16-ruby
934
+ [0.4.15]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.15-ruby
935
+ [0.4.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.14-ruby
936
+ [0.4.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.13-ruby
937
+ [0.4.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.12-ruby
938
+ [0.4.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.11-ruby
939
+ [0.4.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.10-ruby
940
+ [0.4.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.9-ruby
941
+ [0.4.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.8-ruby
942
+ [0.4.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.7-ruby
943
+ [0.4.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.6-ruby
944
+ [0.4.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.5-ruby
945
+ [0.4.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.4-ruby
946
+ [0.4.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.3-ruby
947
+ [0.4.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.2-ruby
948
+ [0.4.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.1-ruby
949
+ [0.4.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.4.0-ruby
950
+ [0.3.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.14
951
+ [0.3.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.13-ruby
952
+ [0.3.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.12-ruby
953
+ [0.3.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.11-ruby
954
+ [0.3.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.10-ruby
955
+ [0.3.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.9-ruby
956
+ [0.3.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.8-ruby
957
+ [0.3.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.7-ruby
958
+ [0.3.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.6-ruby
959
+ [0.3.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.5-ruby
960
+ [0.3.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.4-ruby
961
+ [0.3.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.3-ruby
962
+ [0.3.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.2-ruby
963
+ [0.3.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.1-ruby
964
+ [0.3.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.3.0-ruby
965
+ [0.2.14]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.14
966
+ [0.2.13]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.13-ruby
967
+ [0.2.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.12-ruby
968
+ [0.2.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.11-ruby
969
+ [0.2.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.10-ruby
970
+ [0.2.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.9-ruby
971
+ [0.2.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.8-ruby
972
+ [0.2.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.7-ruby
973
+ [0.2.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.6-ruby
974
+ [0.2.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.5-ruby
975
+ [0.2.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.4-ruby
976
+ [0.2.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.3-ruby
977
+ [0.2.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.2-ruby
978
+ [0.2.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.1-ruby
979
+ [0.2.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.2.0-ruby
980
+ [0.1.11]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.11
981
+ [0.1.10]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.10-ruby
982
+ [0.1.9]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.9-ruby
983
+ [0.1.8]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.8-ruby
984
+ [0.1.7]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.7-ruby
985
+ [0.1.6]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.6-ruby
986
+ [0.1.5]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.5-ruby
987
+ [0.1.4]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.4-ruby
988
+ [0.1.3]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.3-ruby
989
+ [0.1.2]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.2-ruby
990
+ [0.1.1]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.1-ruby
991
+ [0.1.0]: https://github.com/anpham6/squared-ruby/releases/tag/v0.1.0-ruby
992
+ [0.0.12]: https://github.com/anpham6/squared-ruby/releases/tag/v0.0.12-ruby