Skip to content

Commit

Permalink
Bump version_release from 0.3.0 to 0.5.3
Browse files Browse the repository at this point in the history
Bumps [version_release](https://github.com/bulld0zer/elixir-version-release) from 0.3.0 to 0.5.3.
- [Changelog](https://github.com/bulld0zer/elixir-version-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bulld0zer/elixir-version-release/commits)

---
updated-dependencies:
- dependency-name: version_release
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and enewbury committed May 31, 2024
1 parent a952f93 commit 3fb267c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Quarry.MixProject do
[
{:ecto, "~> 3.5"},
{:ex_doc, "~> 0.24", only: :dev, runtime: false},
{:version_release, "~> 0.3.0", only: :dev, runtime: false},
{:version_release, "~> 0.5.3", only: :dev, runtime: false},
{:ecto_sql, "~> 3.5", only: [:dev, :test]},
{:ecto_sqlite3, "~> 0.7", only: :test},
{:ex_machina, "~> 2.3", only: [:test]},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"},
"telemetry": {:hex, :telemetry, "1.2.1", "68fdfe8d8f05a8428483a97d7aab2f268aaff24b49e0f599faa091f1d4e7f61c", [:rebar3], [], "hexpm", "dad9ce9d8effc621708f99eac538ef1cbe05d6a874dd741de2e689c47feafed5"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.7.0", "bc84380c9ab48177092f43ac89e4dfa2c6d62b40b8bd132b1059ecc7232f9a78", [:rebar3], [], "hexpm", "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"},
"version_release": {:hex, :version_release, "0.3.0", "0e25e0066d6bb3385031a1a9c218d2346ca274cc673162e463c98583883c3fff", [:mix], [], "hexpm", "288c5a56b4cd0c56f8b9053216360f9c7408d2f3f82892cc27f330239f831296"},
"version_release": {:hex, :version_release, "0.5.3", "1a9fc387985544cc314f27df4308c0bf7a6c3221c1cd7bb0c4ecd789fed3d30c", [:mix], [], "hexpm", "118103306486595349879f6adac7aceafb2a1a225fe6998918571b401f0d359e"},
}

0 comments on commit 3fb267c

Please sign in to comment.