Skip to content

Commit

Permalink
*: release 1.21.2 (#3543)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarzilli committed Oct 30, 2023
1 parent 788df88 commit bb77d9f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

## [1.21.2] 2023-10-30

### Added

- DAP: add concrete type to interface type (@suzmue, #3510)
- Support for VSCode in the edit command (@derekparker, #3524)
- Follow-mode support for Windows (@aarzilli, #3507)

### Fixed

- Fix bugs handling stdout/stderr in DAP (@hyangah, #3522)
- Fix bug with autogenerated wrappers for methods of generic types (@aarzilli, #3528)

### Changed

- Use Cgo instead of C code in the FreeBSD backend (@4a6f656c, #3529)
- Remove obsolete build tags (+build) (@alexandear, #3513)

## [1.21.1] 2023-10-3

### Added
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Expand Up @@ -17,7 +17,7 @@ type Version struct {
var (
// DelveVersion is the current version of Delve.
DelveVersion = Version{
Major: "1", Minor: "21", Patch: "1", Metadata: "",
Major: "1", Minor: "21", Patch: "2", Metadata: "",
Build: "$Id$",
}
)
Expand Down

0 comments on commit bb77d9f

Please sign in to comment.