Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Jun 19, 2024
1 parent 4a58989 commit 8e2e593
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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.0] - 2024-06-19

- Support for FLAME >= 0.2.0 and livebook integraion (requires livebook >= 0.13.0) - [#32](https://github.com/mruoss/flame_k8s_backend/pull/32)

## [0.3.3] - 2024-04-29
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ More configuration options (resources, etc.) will follow.
```elixir
def deps do
[
{:flame_k8s_backend, "~> 0.3.1"}
{:flame_k8s_backend, "~> 0.4.0"}
]
end
```
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.3.3"
@version "0.4.0"

def project do
[
Expand Down

0 comments on commit 8e2e593

Please sign in to comment.