Skip to content

Commit

Permalink
chore: release version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdugan3 committed May 31, 2023
1 parent c28a8d4 commit f7124cb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.1.1](https://github.com/frankdugan3/pyro/compare/v0.1.0...v0.1.1) (2023-05-31)




### Bug Fixes:

* compilation errors

## [v0.1.0](https://github.com/frankdugan3/pyro/compare/v0.0.4...v0.1.0) (2023-05-31)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pyro's documentation is housed on [hexdocs](https://hexdocs.pm/pyro), which incl
```elixir
def deps do
[
{:pyro, "~> 0.1.0"},
{:pyro, "~> 0.1.1"},
{:ash_phoenix, "~> 1.2"}, # Optional: Ash integration
{:ash, "~> 2.8"}, # Optional: Ash integration
]
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These steps assume you are adding `Pyro` to an existing Phoenix LiveView app as
```elixir
def deps do
[
{:pyro, "~> 0.1.0"},
{:pyro, "~> 0.1.1"},
{:ash_phoenix, "~> 1.2"}, # <-- Optional: Ash integration
{:ash, "~> 2.8"}, # <-- Optional: Ash integration
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Pyro.MixProject do
use Mix.Project

@source_url "https://github.com/frankdugan3/pyro"
@version "0.1.0"
@version "0.1.1"
@description """
Phoenix components and tooling with (optional) declarative UI for Ash Framework.
"""
Expand Down

0 comments on commit f7124cb

Please sign in to comment.