@@ -4,182 +4,182 @@ Changelog
44v0.7.14 - 2024-07-05
55----------------------------------------
66
7- - Setup: Fix bash completions on mac [ ` b90001b ` ] ( https://github.com/DannyBen/rush-cli /commit/b90001b )
8- - Regenerate with bashly 1.2.0 [ ` 5bbb836 ` ] ( https://github.com/DannyBen/rush-cli /commit/5bbb836 )
9- - Compare [ ` v0.7.13..v0.7.14 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.13..v0.7.14 )
7+ - Setup: Fix bash completions on mac [ ` b90001b ` ] ( https://github.com/DannyBen/rush/commit/b90001b )
8+ - Regenerate with bashly 1.2.0 [ ` 5bbb836 ` ] ( https://github.com/DannyBen/rush/commit/5bbb836 )
9+ - Compare [ ` v0.7.13..v0.7.14 ` ] ( https://github.com/dannyben/rush/compare/v0.7.13..v0.7.14 )
1010
1111
1212v0.7.13 - 2024-01-05
1313----------------------------------------
1414
15- - Add ability to configure default root directory with ` RUSH_ROOT ` [ ` a0694ca ` ] ( https://github.com/DannyBen/rush-cli /commit/a0694ca )
16- - Compare [ ` v0.7.12..v0.7.13 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.12..v0.7.13 )
15+ - Add ability to configure default root directory with ` RUSH_ROOT ` [ ` a0694ca ` ] ( https://github.com/DannyBen/rush/commit/a0694ca )
16+ - Compare [ ` v0.7.12..v0.7.13 ` ] ( https://github.com/dannyben/rush/compare/v0.7.12..v0.7.13 )
1717
1818
1919v0.7.12 - 2023-11-19
2020----------------------------------------
2121
22- - Add man documentation [ ` 161dbca ` ] ( https://github.com/DannyBen/rush-cli /commit/161dbca )
23- - Add ` rush ls ` as an alias to ` rush list ` [ ` 74f5680 ` ] ( https://github.com/DannyBen/rush-cli /commit/74f5680 )
24- - Add ` --undo ` to the ` rush snatch ` command [ ` 79a50ce ` ] ( https://github.com/DannyBen/rush-cli /commit/79a50ce )
25- - Compare [ ` v0.7.11..v0.7.12 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.11..v0.7.12 )
22+ - Add man documentation [ ` 161dbca ` ] ( https://github.com/DannyBen/rush/commit/161dbca )
23+ - Add ` rush ls ` as an alias to ` rush list ` [ ` 74f5680 ` ] ( https://github.com/DannyBen/rush/commit/74f5680 )
24+ - Add ` --undo ` to the ` rush snatch ` command [ ` 79a50ce ` ] ( https://github.com/DannyBen/rush/commit/79a50ce )
25+ - Compare [ ` v0.7.11..v0.7.12 ` ] ( https://github.com/dannyben/rush/compare/v0.7.11..v0.7.12 )
2626
2727
2828v0.7.11 - 2023-08-11
2929----------------------------------------
3030
31- - Update bashly config lib [ ` a360a00 ` ] ( https://github.com/DannyBen/rush-cli /commit/a360a00 )
32- - Refactor push command to avoid chmod by default and add --chmod flag [ ` 07a3dce ` ] ( https://github.com/DannyBen/rush-cli /commit/07a3dce )
33- - Compare [ ` v0.7.10..v0.7.11 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.10..v0.7.11 )
31+ - Update bashly config lib [ ` a360a00 ` ] ( https://github.com/DannyBen/rush/commit/a360a00 )
32+ - Refactor push command to avoid chmod by default and add --chmod flag [ ` 07a3dce ` ] ( https://github.com/DannyBen/rush/commit/07a3dce )
33+ - Compare [ ` v0.7.10..v0.7.11 ` ] ( https://github.com/dannyben/rush/compare/v0.7.10..v0.7.11 )
3434
3535
3636v0.7.10 - 2023-07-26
3737----------------------------------------
3838
39- - Improve performance of rush list and package name completion [ ` 0090eb6 ` ] ( https://github.com/DannyBen/rush-cli /commit/0090eb6 )
40- - Compare [ ` v0.7.9..v0.7.10 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.9..v0.7.10 )
39+ - Improve performance of rush list and package name completion [ ` 0090eb6 ` ] ( https://github.com/DannyBen/rush/commit/0090eb6 )
40+ - Compare [ ` v0.7.9..v0.7.10 ` ] ( https://github.com/dannyben/rush/compare/v0.7.9..v0.7.10 )
4141
4242
4343v0.7.9 - 2023-05-19
4444----------------------------------------
4545
46- - Regenerate with bashly 1.0.2 [ ` eb18d7c ` ] ( https://github.com/DannyBen/rush-cli /commit/eb18d7c )
47- - Change push command to only chmod new (untracked) files [ ` e9b7132 ` ] ( https://github.com/DannyBen/rush-cli /commit/e9b7132 )
48- - Compare [ ` v0.7.8..v0.7.9 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.8..v0.7.9 )
46+ - Regenerate with bashly 1.0.2 [ ` eb18d7c ` ] ( https://github.com/DannyBen/rush/commit/eb18d7c )
47+ - Change push command to only chmod new (untracked) files [ ` e9b7132 ` ] ( https://github.com/DannyBen/rush/commit/e9b7132 )
48+ - Compare [ ` v0.7.8..v0.7.9 ` ] ( https://github.com/dannyben/rush/compare/v0.7.8..v0.7.9 )
4949
5050
5151v0.7.7 - 2023-02-17
5252----------------------------------------
5353
54- - Generate with bashly 1.0 and embolden usage captions [ ` ab1b77c ` ] ( https://github.com/DannyBen/rush-cli /commit/ab1b77c )
55- - Compare [ ` v0.7.6..v0.7.7 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.6..v0.7.7 )
54+ - Generate with bashly 1.0 and embolden usage captions [ ` ab1b77c ` ] ( https://github.com/DannyBen/rush/commit/ab1b77c )
55+ - Compare [ ` v0.7.6..v0.7.7 ` ] ( https://github.com/dannyben/rush/compare/v0.7.6..v0.7.7 )
5656
5757
5858v0.7.6 - 2022-12-24
5959----------------------------------------
6060
61- - Regenerate with Bashly 0.9.3 [ ` e692c93 ` ] ( https://github.com/DannyBen/rush-cli /commit/e692c93 )
62- - Compare [ ` v0.7.5..v0.7.6 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.5..v0.7.6 )
61+ - Regenerate with Bashly 0.9.3 [ ` e692c93 ` ] ( https://github.com/DannyBen/rush/commit/e692c93 )
62+ - Compare [ ` v0.7.5..v0.7.6 ` ] ( https://github.com/dannyben/rush/compare/v0.7.5..v0.7.6 )
6363
6464
6565v0.7.5 - 2022-10-15
6666----------------------------------------
6767
68- - Add --force and --verbose to 'rush get' command [ ` d9c0fc6 ` ] ( https://github.com/DannyBen/rush-cli /commit/d9c0fc6 )
69- - Add --force and --verbose to 'rush undo' and 'rush snatch' [ ` 515b197 ` ] ( https://github.com/DannyBen/rush-cli /commit/515b197 )
70- - Compare [ ` v0.7.4..v0.7.5 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.4..v0.7.5 )
68+ - Add --force and --verbose to 'rush get' command [ ` d9c0fc6 ` ] ( https://github.com/DannyBen/rush/commit/d9c0fc6 )
69+ - Add --force and --verbose to 'rush undo' and 'rush snatch' [ ` 515b197 ` ] ( https://github.com/DannyBen/rush/commit/515b197 )
70+ - Compare [ ` v0.7.4..v0.7.5 ` ] ( https://github.com/dannyben/rush/compare/v0.7.4..v0.7.5 )
7171
7272
7373v0.7.4 - 2022-09-04
7474----------------------------------------
7575
76- - Generate with bashly 0.8.3 [ ` d6485c1 ` ] ( https://github.com/DannyBen/rush-cli /commit/d6485c1 )
77- - Improve bash completions (through bashly 0.8.4 and completely 0.5.0) [ ` 041a146 ` ] ( https://github.com/DannyBen/rush-cli /commit/041a146 )
78- - Compare [ ` v0.7.3..v0.7.4 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.3..v0.7.4 )
76+ - Generate with bashly 0.8.3 [ ` d6485c1 ` ] ( https://github.com/DannyBen/rush/commit/d6485c1 )
77+ - Improve bash completions (through bashly 0.8.4 and completely 0.5.0) [ ` 041a146 ` ] ( https://github.com/DannyBen/rush/commit/041a146 )
78+ - Compare [ ` v0.7.3..v0.7.4 ` ] ( https://github.com/dannyben/rush/compare/v0.7.3..v0.7.4 )
7979
8080
8181v0.7.3 - 2022-06-01
8282----------------------------------------
8383
84- - Regenerate with bashly 0.8.2 [ ` b5aaeb3 ` ] ( https://github.com/DannyBen/rush-cli /commit/b5aaeb3 )
85- - Compare [ ` v0.7.2..v0.7.3 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.2..v0.7.3 )
84+ - Regenerate with bashly 0.8.2 [ ` b5aaeb3 ` ] ( https://github.com/DannyBen/rush/commit/b5aaeb3 )
85+ - Compare [ ` v0.7.2..v0.7.3 ` ] ( https://github.com/dannyben/rush/compare/v0.7.2..v0.7.3 )
8686
8787
8888<!-- break v0.7.2 -->
8989v0.7.2 - 2022-05-12
9090----------------------------------------
9191
92- - Generate with bashly 0.8.0 [ ` 7bf6a50 ` ] ( https://github.com/DannyBen/rush-cli /commit/7bf6a50 )
93- - Compare [ ` v0.7.1..v0.7.2 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.1..v0.7.2 )
92+ - Generate with bashly 0.8.0 [ ` 7bf6a50 ` ] ( https://github.com/DannyBen/rush/commit/7bf6a50 )
93+ - Compare [ ` v0.7.1..v0.7.2 ` ] ( https://github.com/dannyben/rush/compare/v0.7.1..v0.7.2 )
9494
9595
9696v0.7.1 - 2022-01-28
9797----------------------------------------
9898
99- - Regenerate with bashly 0.7.2 [ ` eea1ab8 ` ] ( https://github.com/DannyBen/rush-cli /commit/eea1ab8 )
100- - Compare [ ` v0.7.0..v0.7.1 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.7.0..v0.7.1 )
99+ - Regenerate with bashly 0.7.2 [ ` eea1ab8 ` ] ( https://github.com/DannyBen/rush/commit/eea1ab8 )
100+ - Compare [ ` v0.7.0..v0.7.1 ` ] ( https://github.com/dannyben/rush/compare/v0.7.0..v0.7.1 )
101101
102102
103103v0.7.0 - 2021-10-30
104104----------------------------------------
105105
106- - Regenerate with bashly 0.7.0 [ ` a4edcf1 ` ] ( https://github.com/DannyBen/rush-cli /commit/a4edcf1 )
107- - Compare [ ` v0.6.9..v0.7.0 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.9..v0.7.0 )
106+ - Regenerate with bashly 0.7.0 [ ` a4edcf1 ` ] ( https://github.com/DannyBen/rush/commit/a4edcf1 )
107+ - Compare [ ` v0.6.9..v0.7.0 ` ] ( https://github.com/dannyben/rush/compare/v0.6.9..v0.7.0 )
108108
109109
110110v0.6.9 - 2021-09-04
111111----------------------------------------
112112
113- - Add --all to rush list [ ` a1136a3 ` ] ( https://github.com/DannyBen/rush-cli /commit/a1136a3 )
114- - Compare [ ` v0.6.8..v0.6.9 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.8..v0.6.9 )
113+ - Add --all to rush list [ ` a1136a3 ` ] ( https://github.com/DannyBen/rush/commit/a1136a3 )
114+ - Compare [ ` v0.6.8..v0.6.9 ` ] ( https://github.com/dannyben/rush/compare/v0.6.8..v0.6.9 )
115115
116116
117117v0.6.8 - 2021-09-03
118118----------------------------------------
119119
120- - Fix rush show to not break when the package contains directories [ ` 9bf4847 ` ] ( https://github.com/DannyBen/rush-cli /commit/9bf4847 )
121- - Compare [ ` v0.6.7..v0.6.8 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.7..v0.6.8 )
120+ - Fix rush show to not break when the package contains directories [ ` 9bf4847 ` ] ( https://github.com/DannyBen/rush/commit/9bf4847 )
121+ - Compare [ ` v0.6.7..v0.6.8 ` ] ( https://github.com/dannyben/rush/compare/v0.6.7..v0.6.8 )
122122
123123
124124v0.6.7 - 2021-09-03
125125----------------------------------------
126126
127- - Regenerate with bashly 0.6.5 [ ` ccc5b99 ` ] ( https://github.com/DannyBen/rush-cli /commit/ccc5b99 )
128- - Compare [ ` v0.6.6..v0.6.7 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.6..v0.6.7 )
127+ - Regenerate with bashly 0.6.5 [ ` ccc5b99 ` ] ( https://github.com/DannyBen/rush/commit/ccc5b99 )
128+ - Compare [ ` v0.6.6..v0.6.7 ` ] ( https://github.com/dannyben/rush/compare/v0.6.6..v0.6.7 )
129129
130130
131131v0.6.6 - 2021-08-28
132132----------------------------------------
133133
134- - Exit gracefully when bash < 4 [ ` 188106f ` ] ( https://github.com/DannyBen/rush-cli /commit/188106f )
135- - Compare [ ` v0.6.5..v0.6.6 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.5..v0.6.6 )
134+ - Exit gracefully when bash < 4 [ ` 188106f ` ] ( https://github.com/DannyBen/rush/commit/188106f )
135+ - Compare [ ` v0.6.5..v0.6.6 ` ] ( https://github.com/dannyben/rush/compare/v0.6.5..v0.6.6 )
136136
137137
138138v0.6.5 - 2021-07-21
139139----------------------------------------
140140
141- - Implement full bash completion [ ` 3d23576 ` ] ( https://github.com/DannyBen/rush-cli /commit/3d23576 )
142- - Compare [ ` v0.6.4..v0.6.5 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.4..v0.6.5 )
141+ - Implement full bash completion [ ` 3d23576 ` ] ( https://github.com/DannyBen/rush/commit/3d23576 )
142+ - Compare [ ` v0.6.4..v0.6.5 ` ] ( https://github.com/dannyben/rush/compare/v0.6.4..v0.6.5 )
143143
144144
145145v0.6.4 - 2021-07-21
146146----------------------------------------
147147
148- - Refactor setup script for a more polite autocomplete location [ ` ec6348b ` ] ( https://github.com/DannyBen/rush-cli /commit/ec6348b )
149- - Fix rush list -s to not show empty repos [ ` c4a0560 ` ] ( https://github.com/DannyBen/rush-cli /commit/c4a0560 )
150- - Compare [ ` v0.6.3..v0.6.4 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.3..v0.6.4 )
148+ - Refactor setup script for a more polite autocomplete location [ ` ec6348b ` ] ( https://github.com/DannyBen/rush/commit/ec6348b )
149+ - Fix rush list -s to not show empty repos [ ` c4a0560 ` ] ( https://github.com/DannyBen/rush/commit/c4a0560 )
150+ - Compare [ ` v0.6.3..v0.6.4 ` ] ( https://github.com/dannyben/rush/compare/v0.6.3..v0.6.4 )
151151
152152
153153v0.6.3 - 2021-04-30
154154----------------------------------------
155155
156- - Add copy command for copying packages [ ` c22c8a8 ` ] ( https://github.com/DannyBen/rush-cli /commit/c22c8a8 )
157- - Compare [ ` v0.6.2..v0.6.3 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.2..v0.6.3 )
156+ - Add copy command for copying packages [ ` c22c8a8 ` ] ( https://github.com/DannyBen/rush/commit/c22c8a8 )
157+ - Compare [ ` v0.6.2..v0.6.3 ` ] ( https://github.com/dannyben/rush/compare/v0.6.2..v0.6.3 )
158158
159159
160160v0.6.2 - 2021-04-30
161161----------------------------------------
162162
163- - Change push command to only push the default [ ` 04fda78 ` ] ( https://github.com/DannyBen/rush-cli /commit/04fda78 )
164- - Compare [ ` v0.6.1..v0.6.2 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.1..v0.6.2 )
163+ - Change push command to only push the default [ ` 04fda78 ` ] ( https://github.com/DannyBen/rush/commit/04fda78 )
164+ - Compare [ ` v0.6.1..v0.6.2 ` ] ( https://github.com/dannyben/rush/compare/v0.6.1..v0.6.2 )
165165
166166
167167v0.6.1 - 2021-04-28
168168----------------------------------------
169169
170- - Update clone command --shallow and --default [ ` 361e2d9 ` ] ( https://github.com/DannyBen/rush-cli /commit/361e2d9 )
171- - Compare [ ` v0.6.0..v0.6.1 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.6.0..v0.6.1 )
170+ - Update clone command --shallow and --default [ ` 361e2d9 ` ] ( https://github.com/DannyBen/rush/commit/361e2d9 )
171+ - Compare [ ` v0.6.0..v0.6.1 ` ] ( https://github.com/dannyben/rush/compare/v0.6.0..v0.6.1 )
172172
173173
174174v0.6.0 - 2021-04-23
175175----------------------------------------
176176
177- - Add show command instead of info -x [ ` b2fa971 ` ] ( https://github.com/DannyBen/rush-cli /commit/b2fa971 )
178- - Compare [ ` v0.5.9..v0.6.0 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.5.9..v0.6.0 )
177+ - Add show command instead of info -x [ ` b2fa971 ` ] ( https://github.com/DannyBen/rush/commit/b2fa971 )
178+ - Compare [ ` v0.5.9..v0.6.0 ` ] ( https://github.com/dannyben/rush/compare/v0.5.9..v0.6.0 )
179179
180180
181181v0.5.9 - 2020-10-10
182182----------------------------------------
183183
184- - Add titles to search output sections [ ` d7baefa ` ] ( https://github.com/DannyBen/rush-cli /commit/d7baefa )
185- - Compare [ ` v0.5.8..v0.5.9 ` ] ( https://github.com/dannyben/rush-cli /compare/v0.5.8..v0.5.9 )
184+ - Add titles to search output sections [ ` d7baefa ` ] ( https://github.com/DannyBen/rush/commit/d7baefa )
185+ - Compare [ ` v0.5.8..v0.5.9 ` ] ( https://github.com/dannyben/rush/compare/v0.5.8..v0.5.9 )
0 commit comments