Skip to content

Commit

Permalink
Release 1.6.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Apr 18, 2024
1 parent 2f05466 commit 0654e6b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
15 changes: 15 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Release History

.. towncrier release notes start
v1.6.0 (2024-04-18)
-------------------

Features - 1.6.0
~~~~~~~~~~~~~~~~
- Add a new --fail-on-increase option that fails a test with the ``limit_memory`` marker if it uses more memory than its last successful run. (:issue:`91`)
- Use aggregated capture files, reducing the amount of temporary disk space required in order to run tests. (:issue:`107`)
- Add a new ``current_thread_only`` keyword argument to the ``limit_memory`` and
``limit_leaks`` markers to ignore all allocations made in threads other than
the one running the test. (:issue:`117`)

Bug Fixes - 1.6.0
~~~~~~~~~~~~~~~~~
- Fix the generation of histograms when the tests performed zero-byte allocations. (:issue:`113`)

v1.5.0 (2023-08-23)
-------------------

Expand Down
1 change: 0 additions & 1 deletion docs/news/107.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/news/113.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/news/117.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/news/91.feature.rst

This file was deleted.

0 comments on commit 0654e6b

Please sign in to comment.