Skip to content

Commit 7eb76c1

Browse files
authored
version bump - 0.13.0 (#144)
1 parent 86faca5 commit 7eb76c1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Added (sub)module documentation that was missing for some vulnerabilities and unified presentation of others
1111
* Bug fixes
1212
* Fixed `--details` / `-d` not displaying correct information
13+
* Fixed incompatibility issue with Elixir 1.15
1314
* Misc
1415
* Added `mix credo --strict` to project
1516
* Improvements to GitHub CI

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To use Sobelow, you can add it to your application's dependencies.
5858
```elixir
5959
def deps do
6060
[
61-
{:sobelow, "~> 0.12", only: [:dev, :test], runtime: false}
61+
{:sobelow, "~> 0.13", only: [:dev, :test], runtime: false}
6262
]
6363
end
6464
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Sobelow.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/nccgroup/sobelow"
5-
@version "0.12.2"
5+
@version "0.13.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)