Skip to content

Commit

Permalink
Prepare release v0.0.6 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: hampuslidin <hampuslidin@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and hampuslidin authored Jan 3, 2023
1 parent 3312f1f commit 027f9b0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

Image tag: ghcr.io/spelbryggeriet/game-box-backend:0.0.6

## [0.0.6] - 2023-01-03

### Added

- The `deploy` command will now read a certain file (called `hocfile.yaml`), which contains
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hoc"
version = "0.0.5"
version = "0.0.6"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
2 changes: 1 addition & 1 deletion config/helm/Chart.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: {name}
description: A Helm chart for {name}

type: application
version: 0.0.5
version: 0.0.6
appVersion: {app_version | quote}

0 comments on commit 027f9b0

Please sign in to comment.