Skip to content

Commit

Permalink
version bump - 0.13.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
houllette authored Aug 6, 2023
1 parent 86faca5 commit 7eb76c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 7eb76c1

Please sign in to comment.