Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #114 from GuessWhoSamFoo/release-0.5.1
Browse files Browse the repository at this point in the history
Bump makefile version and added changelogs
  • Loading branch information
Sam Foo authored Aug 6, 2019
2 parents 2ed2215 + ce3e325 commit e0397d2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GOCMD=go
GOBUILD=$(GOCMD) build
GOINSTALL=$(GOCMD) install

VERSION ?= v0.5.0
VERSION ?= v0.5.1

ifdef XDG_CONFIG_HOME
OCTANT_PLUGINSTUB_DIR ?= ${XDG_CONFIG_HOME}/octant/plugins
Expand Down
1 change: 0 additions & 1 deletion changelogs/110-wwitzel3

This file was deleted.

10 changes: 10 additions & 0 deletions changelogs/CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
- [v0.5.1](#v051)
- [v0.5.0](#v050)

## v0.5.1
#### 2019-08-06

### Download
- https://github.com/vmware/octant/releases/tag/v0.5.1

### Bug fixes
- Fixed bug with context switcher stream registration (#110, @wwitzel3)

## v0.5.0
#### 2019-08-05

Expand Down

0 comments on commit e0397d2

Please sign in to comment.