Skip to content

Commit

Permalink
Bump version for the release (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-au authored May 18, 2024
1 parent e2daef3 commit 67f8691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.3.0
- added warning for non-optimised ERTS build running the benchmark
- fixed output for continuous mode when samples are zero
- added `step` for quicker concurrency estimation mode (@mkuratczyk)

## 2.2.2
- added generated source code output in verbose mode

Expand Down
2 changes: 1 addition & 1 deletion src/erlperf.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, erlperf,
[{description, "Erlang Performance & Benchmarking Suite"},
{vsn, "2.2.2"},
{vsn, "2.3.0"},
{registered, [
erlperf_sup, erlperf_job_sup, erlperf_monitor,
erlperf_history, erlperf_file_log, erlperf_cluster_monitor
Expand Down

0 comments on commit 67f8691

Please sign in to comment.