Skip to content

Commit bb77d9f

Browse files
authored
*: release 1.21.2 (#3543)
Thank you @suzmue, @hyangah, @4a6f656c and @alexandear.
1 parent 788df88 commit bb77d9f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to Semantic Versioning.
55

6+
## [1.21.2] 2023-10-30
7+
8+
### Added
9+
10+
- DAP: add concrete type to interface type (@suzmue, #3510)
11+
- Support for VSCode in the edit command (@derekparker, #3524)
12+
- Follow-mode support for Windows (@aarzilli, #3507)
13+
14+
### Fixed
15+
16+
- Fix bugs handling stdout/stderr in DAP (@hyangah, #3522)
17+
- Fix bug with autogenerated wrappers for methods of generic types (@aarzilli, #3528)
18+
19+
### Changed
20+
21+
- Use Cgo instead of C code in the FreeBSD backend (@4a6f656c, #3529)
22+
- Remove obsolete build tags (+build) (@alexandear, #3513)
23+
624
## [1.21.1] 2023-10-3
725

826
### Added

Diff for: pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Version struct {
1717
var (
1818
// DelveVersion is the current version of Delve.
1919
DelveVersion = Version{
20-
Major: "1", Minor: "21", Patch: "1", Metadata: "",
20+
Major: "1", Minor: "21", Patch: "2", Metadata: "",
2121
Build: "$Id$",
2222
}
2323
)

0 commit comments

Comments
 (0)