Skip to content

Commit

Permalink
chore(release): bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Feb 8, 2019
1 parent a256159 commit 95ac31d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 16 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@

<a name="v0.9.0"></a>
## [v0.9.0](https://github.com/garden-io/garden/compare/v0.9.0-rc3...v0.9.0) (2019-02-08)

### Bug Fixes

* delete outdated system namespaces ([cda0c7c](https://github.com/garden-io/garden/commit/cda0c7c))
* **deploy:** make watch parameter implicit when hot-reloading ([0819605](https://github.com/garden-io/garden/commit/0819605))
* **k8s:** fix issue with log following for K8s ([6624964](https://github.com/garden-io/garden/commit/6624964))

### Features

* **cli:** add --hot alias for --hot-reload flag ([22ac4f6](https://github.com/garden-io/garden/commit/22ac4f6))}

<a name="v0.9.0-rc3"></a>
## [v0.9.0-rc3](https://github.com/garden-io/garden/compare/v0.9.0-rc2...v0.9.0-rc3) (2019-02-06)

Expand Down
54 changes: 39 additions & 15 deletions garden-service/package-lock.json

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

2 changes: 1 addition & 1 deletion garden-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garden-cli",
"version": "0.9.0-rc3",
"version": "0.9.0",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down

0 comments on commit 95ac31d

Please sign in to comment.