From 7eb76c1d225ad8b1341e6ffa98ae7495538da8bf Mon Sep 17 00:00:00 2001 From: Holden Oullette <6202965+houllette@users.noreply.github.com> Date: Sun, 6 Aug 2023 09:44:51 -0700 Subject: [PATCH] version bump - 0.13.0 (#144) --- CHANGELOG.md | 1 + README.md | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b55eb6..7877f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Added (sub)module documentation that was missing for some vulnerabilities and unified presentation of others * Bug fixes * Fixed `--details` / `-d` not displaying correct information + * Fixed incompatibility issue with Elixir 1.15 * Misc * Added `mix credo --strict` to project * Improvements to GitHub CI diff --git a/README.md b/README.md index 52ac0cc..c38bfb2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ To use Sobelow, you can add it to your application's dependencies. ```elixir def deps do [ - {:sobelow, "~> 0.12", only: [:dev, :test], runtime: false} + {:sobelow, "~> 0.13", only: [:dev, :test], runtime: false} ] end ``` diff --git a/mix.exs b/mix.exs index f2105af..4bbf641 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Sobelow.Mixfile do use Mix.Project @source_url "https://github.com/nccgroup/sobelow" - @version "0.12.2" + @version "0.13.0" def project do [