Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcloutier committed Nov 19, 2021
1 parent 5e7c5e3 commit 62eddec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v0.4.2
## v0.5.0

* Updates
* Bumped tortoise311 to 0.11

## v0.4.2 - DEPRECATED

* Updates
* All references to Tortoise are replaced by Tortoise311
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Jackalope.MixProject do
use Mix.Project

@version "0.4.2"
@version "0.5.0"
@source_url "https://github.com/smartrent/jackalope"

def project() do
Expand Down Expand Up @@ -35,7 +35,7 @@ defmodule Jackalope.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps() do
[
{:tortoise311, "~> 0.10.0"},
{:tortoise311, "~> 0.11.0"},
# {:tortoise311, git: "[email protected]:smartrent/tortoise311.git", branch: "refer_to_tortoise311"},
{:jason, "~> 1.1"},
{:dialyxir, "~> 1.1.0", only: [:test, :dev], runtime: false},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"makeup_elixir": {:hex, :makeup_elixir, "0.15.2", "dc72dfe17eb240552857465cc00cce390960d9a0c055c4ccd38b70629227e97c", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.1", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "fd23ae48d09b32eff49d4ced2b43c9f086d402ee4fd4fcb2d7fad97fa8823e75"},
"makeup_erlang": {:hex, :makeup_erlang, "0.1.1", "3fcb7f09eb9d98dc4d208f49cc955a34218fc41ff6b84df7c75b3e6e533cc65f", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "174d0809e98a4ef0b3309256cbf97101c6ec01c4ab0b23e926a9e17df2077cbb"},
"nimble_parsec": {:hex, :nimble_parsec, "1.2.0", "b44d75e2a6542dcb6acf5d71c32c74ca88960421b6874777f79153bbbbd7dccc", [:mix], [], "hexpm", "52b2871a7515a5ac49b00f214e4165a40724cf99798d8e4a65e4fd64ebd002c1"},
"tortoise311": {:hex, :tortoise311, "0.10.5", "4ac30c0519adfb5d8817a48bf5c1ef787dbfda33e3d92d1cbbc814f71256175e", [:mix], [{:gen_state_machine, "~> 2.0 or ~> 3.0", [hex: :gen_state_machine, repo: "hexpm", optional: false]}], "hexpm", "25d68f495dbefb9c6a9b0ef56a9b1555bdac1bc350eb1aefb8181e001debcd6a"},
"tortoise311": {:hex, :tortoise311, "0.11.0", "752f19afdd586b9c372f3de6e0601627cded4d69de91cf4a05c0efae1148f037", [:mix], [{:gen_state_machine, "~> 2.0 or ~> 3.0", [hex: :gen_state_machine, repo: "hexpm", optional: false]}], "hexpm", "69ae4cf073c526a6f406a52b10b665242e961d638e240958f06017a0002c275a"},
}

0 comments on commit 62eddec

Please sign in to comment.