Skip to content

Commit

Permalink
bump to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Jul 1, 2021
1 parent 508148d commit 34194da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Current Status

[![Build Status](https://github.com/ferd/recon/workflows/build/badge.svg)](https://github.com/ferd/recon)

Versions supported: OTP-17 and up. Support of R16B03-1 down to R15B02 is best effort. Builds with Rebar3 require OTP-17.1 and up because that's what the tool supports.
Versions supported: OTP-18 and up. Support of OTP-17 down to R15B02 is best effort. Builds with Rebar3 require OTP-18.3 and up because that's what the build tools support. Testing may eventually clamp up to OTP-supported releases (current and the two prior).

Changelog
---------
Expand All @@ -27,6 +27,10 @@ all stable changes of the first version of Recon.

*2.x*

- 2.5.2
- [Increase Dialyzer strictness](https://github.com/ferd/recon/pull/88)
- [Accumulate all block entries in `format_blocks`](https://github.com/ferd/recon/pull/83)
- [option `io_server` can also be an `atom()` in traces doc](https://github.com/ferd/recon/pull/80)
- 2.5.1
- Fix support for extra messages in traces (thanks to Péter Gömöri)
- Fix some typespecs for match specs (thanks to @chenduo)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule Recon.MixProject do
[
app: :recon,
description: "Diagnostic tools for production use",
version: "2.5.1",
version: "2.5.2",
language: :erlang,
deps: []
]
Expand Down
2 changes: 1 addition & 1 deletion src/recon.app.src
@@ -1,6 +1,6 @@
{application, recon,
[{description, "Diagnostic tools for production use"},
{vsn, "2.5.1"},
{vsn, "2.5.2"},
{modules, [recon, recon_alloc, recon_lib, recon_trace, recon_rec]},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 34194da

Please sign in to comment.