Skip to content

Commit 5c21c43

Browse files
committed
Changelog and version
1 parent 2bc1e68 commit 5c21c43

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
# 1.12.2
4+
5+
### Fixed
6+
- #1379: [Rust 1.93] Inspecting Option<String>::None hangs the debugger.
7+
- #1136: "cwd" not working in vscode debug
8+
- #1384: Cargo runner execution error on Windows when workspace path contains spaces
9+
- #1381: Spaces in path to user directory causes %1 is not a valid Win32 application.
10+
- #1080: support ${workspaceFolder} in lldb.library setting
11+
312
# 1.12.1
413

514
### New

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22
project(CodeLLDB)
33
enable_testing()
44

5-
set(VERSION "1.12.1") # Base version
5+
set(VERSION "1.12.2") # Base version
66

77
include(cmake/CopyFiles.cmake)
88

0 commit comments

Comments
 (0)