Skip to content

Commit

Permalink
bump to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Dec 23, 2022
1 parent fa31440 commit 9efec26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Branches are organized by version. `master` contains the bleeding edge, `2.x`
contains all stable changes up to the latest release of v2, and `1.x` contains
all stable changes of the first version of Recon.

## 2.5.3 (unpublished)
## 2.5.3
- [Handle dead processes in `recon:info/2` types and edge cases](https://github.com/ferd/recon/pull/97)
- Reworking documentation structure to support `ex_doc` and fit in with hex standard
- [Reworking documentation structure to support `ex_doc` and fit in with hex standard](https://github.com/ferd/recon/pull/103)

## 2.5.2
- [Increase Dialyzer strictness](https://github.com/ferd/recon/pull/88)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Recon.MixProject do
[
app: :recon,
description: "Diagnostic tools for production use",
version: "2.5.2",
version: "2.5.3",
language: :erlang,
deps: []
]
Expand Down

0 comments on commit 9efec26

Please sign in to comment.