Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Dec 2, 2019
1 parent 5c25667 commit 779493d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

# 1.4.2

## Fixed
- Bug #229: Cargo invocation has failed: Error: spawn ENOMEM

# 1.4.1

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
project(CodeLLDB)
enable_testing()

set(VERSION 1.4.1)
set(VERSION 1.4.2)

include(cmake/CopyFiles.cmake)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 779493d

Please sign in to comment.