Skip to content

Commit

Permalink
Release v2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 7, 2022
1 parent 3a0ec19 commit a4d848e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ other "extension" modules. For the sake of consistency with notifiers and peers,
the Basic and Inline engines are now `Oban.Engines.Basic` and
`Oban.Engines.Inline`, respectively.

## v2.13.3 — 2022-09-07

### Bug Fixes

- [Oban] Fix dialyzer for `insert/2` and `insert_all/2`, again.

The recent addition of a `@spec` for `Oban.insert/2` broke dialyzer in some
situations. To prevent this regression in the future we now include a compiled
module that exercises all `Oban.insert` function clauses for dialyzer.

## v2.13.2 — 2022-08-19

### Bug Fixes
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 Oban.MixProject do
use Mix.Project

@source_url "https://github.com/sorentwo/oban"
@version "2.13.2"
@version "2.13.3"

def project do
[
Expand Down

0 comments on commit a4d848e

Please sign in to comment.