From dfa5f99e5b90c12894d51e1206ab92b69a3fae9b Mon Sep 17 00:00:00 2001 From: Parker Selbert Date: Fri, 2 Feb 2024 13:25:46 -0600 Subject: [PATCH] Release v0.1.0 --- CHANGELOG.md | 5 +++++ README.md | 6 ++---- mix.exs | 2 +- mix.lock | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f0c86c7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog for Oban Notifier Phoenix + +## v0.1.0 — 2024-02-02 + +Initial release with full functionality! diff --git a/README.md b/README.md index d996a35..589f774 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,12 @@ Redis notifications via the [Phoenix.PubSub.Redis][pr] adapter. ## Usage -This package currently requires features only available in Oban `main`. Until Oban v2.17 is -published, you can use this package via GitHub: +This package requires a minimum of Oban v2.17 for a few enhancements: ```elixir defp deps do [ - {:oban, "~> 2.16", github: "sorentwo/oban"}, - {:oban_notifiers_phoenix, "~> 0.1", github: "sorentwo/oban_notifiers_phoenix"}, + {:oban_notifiers_phoenix, "~> 0.1"}, ... ] end diff --git a/mix.exs b/mix.exs index 6efa643..d3bc72d 100644 --- a/mix.exs +++ b/mix.exs @@ -51,7 +51,7 @@ defmodule ObanNotifiersPhoenix.MixProject do defp deps do [ - {:oban, "~> 2.16", github: "sorentwo/oban"}, + {:oban, "~> 2.16"}, {:phoenix_pubsub, "~> 2.0"}, {:credo, "~> 1.7", only: [:test, :dev], runtime: false}, {:ex_doc, "~> 0.30", only: [:test, :dev], runtime: false} diff --git a/mix.lock b/mix.lock index 83e0367..4752f6c 100644 --- a/mix.lock +++ b/mix.lock @@ -13,7 +13,7 @@ "makeup_elixir": {:hex, :makeup_elixir, "0.16.1", "cc9e3ca312f1cfeccc572b37a09980287e243648108384b97ff2b76e505c3555", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "e127a341ad1b209bd80f7bd1620a15693a9908ed780c3b763bccf7d200c767c6"}, "makeup_erlang": {:hex, :makeup_erlang, "0.1.2", "ad87296a092a46e03b7e9b0be7631ddcf64c790fa68a9ef5323b6cbb36affc72", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "f3f5a1ca93ce6e092d92b6d9c049bcda58a3b617a8d888f8e7231c85630e8108"}, "nimble_parsec": {:hex, :nimble_parsec, "1.3.1", "2c54013ecf170e249e9291ed0a62e5832f70a476c61da16f6aac6dca0189f2af", [:mix], [], "hexpm", "2682e3c0b2eb58d90c6375fc0cc30bc7be06f365bf72608804fb9cffa5e1b167"}, - "oban": {:git, "https://github.com/sorentwo/oban.git", "60e485235da973701101838aa5a2f3d60e1aa714", []}, + "oban": {:hex, :oban, "2.17.3", "ddfd5710aadcd550d2e174c8d73ce5f1865601418cf54a91775f20443fb832b7", [:mix], [{:ecto_sql, "~> 3.6", [hex: :ecto_sql, repo: "hexpm", optional: false]}, {:ecto_sqlite3, "~> 0.9", [hex: :ecto_sqlite3, repo: "hexpm", optional: true]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:postgrex, "~> 0.16", [hex: :postgrex, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "452eada8bfe0d0fefd0740ab5fa8cf3ef6c375df0b4a3c3805d179022a04738a"}, "phoenix_pubsub": {:hex, :phoenix_pubsub, "2.1.3", "3168d78ba41835aecad272d5e8cd51aa87a7ac9eb836eabc42f6e57538e3731d", [:mix], [], "hexpm", "bba06bc1dcfd8cb086759f0edc94a8ba2bc8896d5331a1e2c2902bf8e36ee502"}, "telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"}, }