From bbb17d78a8fd788bf1ab833a8cfb9d56a31a16ae Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 24 Feb 2021 21:32:55 -0500 Subject: [PATCH] Prepare for 0.16.0. --- .changelog/133.bugfix | 1 - .changelog/135.bugfix | 1 - .changelog/136.bugfix | 1 - CHANGELOG.md | 10 ++++++++++ 4 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 .changelog/133.bugfix delete mode 100644 .changelog/135.bugfix delete mode 100644 .changelog/136.bugfix diff --git a/.changelog/133.bugfix b/.changelog/133.bugfix deleted file mode 100644 index d4321e36..00000000 --- a/.changelog/133.bugfix +++ /dev/null @@ -1 +0,0 @@ -On Linux, use a more robust method of preloading the shared library (requires glibc 2.30+, i.e. a Linux distribution released in 2020 or later). \ No newline at end of file diff --git a/.changelog/135.bugfix b/.changelog/135.bugfix deleted file mode 100644 index f2c8bc8d..00000000 --- a/.changelog/135.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed in regression in Fil v0.15 that made it unusable on macOS. \ No newline at end of file diff --git a/.changelog/136.bugfix b/.changelog/136.bugfix deleted file mode 100644 index c19a008f..00000000 --- a/.changelog/136.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fewer spurious warnings about launching subprocesses. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 451cf179..32bc547c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Fil 0.16.0 (2021-02-24) + + +### Bugfixes + +- On Linux, use a more robust method of preloading the shared library (requires glibc 2.30+, i.e. a Linux distribution released in 2020 or later). ([#133](https://github.com/pythonspeed/filprofiler/issues/133)) +- Fixed in regression in Fil v0.15 that made it unusable on macOS. ([#135](https://github.com/pythonspeed/filprofiler/issues/135)) +- Fewer spurious warnings about launching subprocesses. ([#136](https://github.com/pythonspeed/filprofiler/issues/136)) + + # Fil 0.15.0 (2021-02-18)