Skip to content

Commit

Permalink
Prepare changelog for 3.40.10 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
eseliger authored Jun 14, 2022
1 parent 20635ab commit ce71dcb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ All notable changes to `src-cli` are documented in this file.

### Added

- Batch Specs now support mounting a path from the local machine into a Docker container. [sourcegraph/sourcegraph#31790](https://github.com/sourcegraph/sourcegraph/issues/31790)

### Changed

### Fixed

### Removed

## 3.40.10

### Added

- Batch Specs now support mounting a path from the local machine into a Docker container. [sourcegraph/sourcegraph#31790](https://github.com/sourcegraph/sourcegraph/issues/31790)

### Fixed

- When a step results in no change, it would fail with exit code 128 when used in caching. [#778](https://github.com/sourcegraph/src-cli/pull/778)
- A bug where `previous_step.stdout` would not be available for partially cached workspaces. [#781](https://github.com/sourcegraph/src-cli/pull/781)

## 3.40.9

### Added
Expand Down

0 comments on commit ce71dcb

Please sign in to comment.