Skip to content

Commit c3346c1

Browse files
committed
Bumps the package to 0.1.0 and adds a NEWS file.
1 parent 6fa82e2 commit c3346c1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: usdt
22
Title: 'User-level Statically Defined Tracing' for R
3-
Version: 0.0.0.9000
3+
Version: 0.1.0
44
Authors@R: c(
55
person("Aaron", "Jacobs", role = c("aut", "cre", "cph"),
66
email = "atheriel@gmail.com"),

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# usdt 0.1.0
2+
3+
* Initial public release. Includes an R6 interface for creating providers and
4+
probes that can be traced by external tools such as BPF on Linux and Dtrace on
5+
macOS, Solaris, and the BSDs.
6+
7+
* Support for Linux via the bundled `libstapsdt`.

0 commit comments

Comments
 (0)