*: bump to version 1.20.1 (#3213)

This commit is contained in:
Alessandro Arzilli 2022-12-12 18:21:46 +01:00 committed by GitHub
parent a35b902ecf
commit 8e48ad7574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
## [1.20.1] 2022-12-12
### Fixed
- Fix executing programs on macOS with most versions of debugserver installed (#3211, @aarzilli)
## [1.20.0] 2022-12-07
### Added

@ -17,7 +17,7 @@ type Version struct {
var (
// DelveVersion is the current version of Delve.
DelveVersion = Version{
Major: "1", Minor: "20", Patch: "0", Metadata: "",
Major: "1", Minor: "20", Patch: "1", Metadata: "",
Build: "$Id$",
}
)