We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a8646 commit 7179c20Copy full SHA for 7179c20
NEWS.md
@@ -1,5 +1,9 @@
1
# User visible changes in `InterProcessCommunication`
2
3
+# Version 0.1.5
4
+
5
+* Fix definition of constants `SIGUSR1` and `SIGUSR2` (see [PR 12](https://github.com/emmt/InterProcessCommunication.jl/pull/12)).
6
7
# Version 0.1.4
8
9
* `convert(RawFD, f)` and `RawFD(f)` yield the raw file descriptor of `FileDescriptor`
Project.toml
@@ -1,7 +1,7 @@
name = "InterProcessCommunication"
uuid = "a7427343-1d15-5490-a218-bfcb7db836a2"
authors = ["Éric Thiébaut <https://github.com/emmt>"]
-version = "0.1.4"
+version = "0.1.5"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
0 commit comments