Skip to content

Commit 47d95f8

Browse files
committed
Prepare for new release.
1 parent 4ccfa3e commit 47d95f8

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.changelog/15.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/21.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Fil 0.5.0 (2020-06-22)
2+
3+
4+
### Features
5+
6+
- macOS is now supported. ([#15](https://github.com/pythonspeed/filprofiler/issues/15))
7+
8+
9+
### Bugfixes
10+
11+
- Running `fil-profile` with no arguments now prints the help. ([#21](https://github.com/pythonspeed/filprofiler/issues/21))
12+
13+
114
# Fil 0.4.0 (2020-06-15)
215

316

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Fil memory profiler for Python
22

33
Fil a memory profiler designed for data processing applications.
4-
At the moment it only runs on Linux.
4+
At the moment it only runs on Linux and macOS.
55

66
Your code reads some data, processes it, and—uses too much memory.
77
What you need to reduce is _peak_ memory usage.

0 commit comments

Comments
 (0)