Skip to content

Commit

Permalink
Prepare for 0.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed Feb 25, 2021
1 parent be7e0a7 commit bbb17d7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion .changelog/133.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/135.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/136.bugfix

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit bbb17d7

Please sign in to comment.