Skip to content

Commit 1094c32

Browse files
committed
Bump version to 0.8.1-alpha
1 parent af9e97b commit 1094c32

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to Semantic Versioning.
55

66
All changes mention the author, unless contributed by me (@derekparker).
77

8+
## [0.8.1-alpha] 2015-09-05
9+
10+
### Fixed
11+
- OSX: Fix error setting breakpoint upon Delve startup.
12+
813
## [0.8.0-alpha] 2015-09-05
914

1015
### Added

cmd/dlv/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/spf13/cobra"
2222
)
2323

24-
const version string = "0.8.0-alpha"
24+
const version string = "0.8.1-alpha"
2525

2626
var (
2727
Log bool

0 commit comments

Comments
 (0)