We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9e97b commit 1094c32Copy full SHA for 1094c32
CHANGELOG.md
@@ -5,6 +5,11 @@ This project adheres to Semantic Versioning.
5
6
All changes mention the author, unless contributed by me (@derekparker).
7
8
+## [0.8.1-alpha] 2015-09-05
9
+
10
+### Fixed
11
+- OSX: Fix error setting breakpoint upon Delve startup.
12
13
## [0.8.0-alpha] 2015-09-05
14
15
### Added
cmd/dlv/main.go
@@ -21,7 +21,7 @@ import (
21
"github.com/spf13/cobra"
22
)
23
24
-const version string = "0.8.0-alpha"
+const version string = "0.8.1-alpha"
25
26
var (
27
Log bool
0 commit comments