Skip to content

Commit

Permalink
Bump to version 0.3.1 and update the NEWS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
atheriel committed Jan 25, 2021
1 parent 6df1b5a commit 1ec6154
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.3.0
VERSION = 0.3.1

CFLAGS = -O2 -Wall -fPIC -mno-ms-bitfields -g
LIBS = -lelf -lunwind-ptrace -lunwind-generic
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# xrprof devel
# xrprof 0.3.1

* The `-o` option can now be used to write the output directly to a file instead
of standard output.

* Fixes poor error handling when reading memory on Linux. (#15 by @jimhester)

* Fixes incomplete support for `prefix` in the Makefile. (#16 by @eddelbuettel)

* Git is no longer required to build from generated tarballs. (#17)

# xrprof 0.3.0

* `xrprof` can now be built and run on Windows. (#3)
Expand Down

0 comments on commit 1ec6154

Please sign in to comment.