updated release notes

mine
derailed 2019-02-28 23:03:03 -07:00
parent 37f81e89c8
commit 7de35d24b2
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,24 @@
# Release v0.1.11
## Notes
Thank you to all that contributed with flushing out issues with K9s! I'll try
to mark some of these issues as fixed. But if you don't mind grab the latest
rev and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.
Thank you so much for your support!!
---
## Change Logs
---
## Resolved Bugs
* [Issue #81](https://github.com/derailed/k9s/issues/81)
* [Issue #96](https://github.com/derailed/k9s/issues/96)
* [Issue #95](https://github.com/derailed/k9s/issues/95)
* [Issue #93](https://github.com/derailed/k9s/issues/93)

View File

@ -13,7 +13,7 @@ func run(app *appView, args ...string) bool {
log.Error("Command failed:", err, args) log.Error("Command failed:", err, args)
app.flash(flashErr, "Doh! command failed", err.Error()) app.flash(flashErr, "Doh! command failed", err.Error())
} }
log.Debug("Command exec sucessfully!") log.Debug("Command exec successfully!")
}) })
} }