Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dallagi committed Sep 14, 2023
1 parent 2186ee0 commit 37cdf55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### [0.2.1] - 2023-09-14

- Update Liveview utility to support liveview pages generated by recent versions of phoenix
- Fix import in liveview template

### [0.2.0] - 2022-08-08

- Fix support for macOs on M1/M2 CPUs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The package can be installed by adding `k6` to your list of dependencies in `mix
```elixir
def deps do
[
{:k6, "~> 0.2.0"}
{:k6, "~> 0.2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule K6.MixProject do
use Mix.Project

@source_url "https://github.com/besughi/elixir-k6"
@version "0.2.0"
@version "0.2.1"

def project do
[
Expand Down

0 comments on commit 37cdf55

Please sign in to comment.