Skip to content

Commit

Permalink
release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Aug 22, 2024
1 parent 53c380a commit 4b45a0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

<!--------------------- Don't add new entries after this line --------------------->

## [0.4.3] - 2024-08-22

### Fixed

- use `FLAME.Parser.JSON` instead of `Jason`

### Added

- Support for binary BYO runner pod templates

## [0.4.2] - 2024-07-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule FlameK8sBackend.MixProject do
use Mix.Project
@source_url "https://github.com/mruoss/flame_k8s_backend"
@version "0.4.2"
@version "0.4.3"

def project do
[
Expand Down

0 comments on commit 4b45a0d

Please sign in to comment.