Skip to content

Commit

Permalink
bump version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed May 10, 2021
1 parent 45fc41d commit f090e4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 80 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased] - 04-May-2021

## [0.0.9] - 10-May-2021

- Improved error handling and error display
- Minor bug fixes and improvements

## [0.0.8] - 04-May-2021

Expand Down
80 changes: 2 additions & 78 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kdash"
version = "0.0.8"
version = "0.0.9"
authors = ["Deepu K Sasidharan <[email protected]>"]
description = """
A fast and simple dashboard for Kubernetes
Expand Down Expand Up @@ -42,7 +42,6 @@ openssl = { version = "0.10.34", features = ["vendored"] }

[dev-dependencies]
spectral = "0.6.0"
faux = "0.1"

[dev-dependencies.cargo-husky]
version = "1"
Expand Down

0 comments on commit f090e4f

Please sign in to comment.