You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,19 @@ All notable changes to `src-cli` are documented in this file.
15
15
16
16
### Changed
17
17
18
+
### Fixed
19
+
20
+
### Removed
21
+
22
+
## 3.28.1
23
+
24
+
### Changed
25
+
18
26
-`src batch [apply|preview]` now cache the results of each step when executing a batch spec. That can make re-execution a lot faster when only a subset of the steps has been changed. [#540](https://github.com/sourcegraph/src-cli/pull/540)
19
27
20
28
### Fixed
21
29
22
-
### Removed
30
+
-`src serve-git` can now handle gzip-encoded requests. [#547](https://github.com/sourcegraph/src-cli/pull/547)
0 commit comments