*: bump to version 1.20.1 (#3213)
This commit is contained in:
parent
a35b902ecf
commit
8e48ad7574
@ -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$",
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user