Skip to content

Commit

Permalink
update changelog (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide authored Jan 17, 2023
1 parent 2a63033 commit 1e9a0cf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ All notable changes to `src-cli` are documented in this file.

### Added

### Changed

### Fixed

### Removed

## 4.4.0

### Added

- `src validate` has an added check to determine if an instance is able to create a basic code insight. [#912](https://github.com/sourcegraph/src-cli/pull/912)
- Add visual feedback to `src validate install` CLI [#921](https://github.com/sourcegraph/src-cli/pull/921)
- Add insight cleanup as per [#912](https://github.com/sourcegraph/src-cli/pull/912#issuecomment-1377084768)
Expand All @@ -28,7 +38,7 @@ All notable changes to `src-cli` are documented in this file.

- Fix network timeout in `src users clean` occuring in instances with many users [#901](https://github.com/sourcegraph/src-cli/pull/901)
- Aligned parsing of spec file parameter of `src batch repos` with other commands. [#919](https://github.com/sourcegraph/src-cli/pull/919)
- batches: Remove empty log outputs. [#923](https://github.com/sourcegraph/src-cli/pull/923)
- Remove empty log outputs during batch spec execution. [#923](https://github.com/sourcegraph/src-cli/pull/923)

### Removed

Expand Down

0 comments on commit 1e9a0cf

Please sign in to comment.