Skip to content

Commit 7179c20

Browse files
committed
Bump version
1 parent d2a8646 commit 7179c20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# User visible changes in `InterProcessCommunication`
22

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+
37
# Version 0.1.4
48

59
* `convert(RawFD, f)` and `RawFD(f)` yield the raw file descriptor of `FileDescriptor`

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "InterProcessCommunication"
22
uuid = "a7427343-1d15-5490-a218-bfcb7db836a2"
33
authors = ["Éric Thiébaut <https://github.com/emmt>"]
4-
version = "0.1.4"
4+
version = "0.1.5"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

0 commit comments

Comments
 (0)