From c2ff8c0db1e98a200a63640c3c91274f4172c530 Mon Sep 17 00:00:00 2001 From: courier-new Date: Mon, 7 Nov 2022 09:54:30 -0800 Subject: [PATCH 1/2] Prepare changelog for 4.1.1 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbf1269d8..145bb6e612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,6 @@ All notable changes to `src-cli` are documented in this file. ### Added -- Mounted file are now uploaded to the Sourcegraph instance when running `src batch preview` and `src batch apply`. [#861](https://github.com/sourcegraph/src-cli/pull/861) - ### Changed ### Fixed @@ -23,6 +21,10 @@ All notable changes to `src-cli` are documented in this file. ## 4.1.1 +### Added + +- Mounted file are now uploaded to the Sourcegraph instance when running `src batch preview` and `src batch apply`. [#861](https://github.com/sourcegraph/src-cli/pull/861) + ### Changed - Improved output for failing docker pulls in batch change execution. [#880](https://github.com/sourcegraph/src-cli/pull/880) From 2da91ac5dae14b2dcaefe188c81e4a745f8cd26c Mon Sep 17 00:00:00 2001 From: courier-new Date: Mon, 7 Nov 2022 09:56:03 -0800 Subject: [PATCH 2/2] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145bb6e612..59fbf52adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ All notable changes to `src-cli` are documented in this file. ### Added -- Mounted file are now uploaded to the Sourcegraph instance when running `src batch preview` and `src batch apply`. [#861](https://github.com/sourcegraph/src-cli/pull/861) +- Mounted files are now uploaded to the Sourcegraph instance when running `src batch preview` and `src batch apply`. [#861](https://github.com/sourcegraph/src-cli/pull/861) ### Changed