Skip to content

Commit 94bbe81

Browse files
authored
nanonext 1.7.2
1 parent 4e5c29d commit 94bbe81

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: nanonext
33
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4-
Version: 1.7.1.9001
4+
Version: 1.7.2
55
Authors@R: c(
66
person("Charlie", "Gao", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0750-061X")),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# nanonext (development version)
1+
# nanonext 1.7.2
22

33
#### Updates
44

55
* `pipe_notify(flag = tools::SIGTERM)` will now raise the signal with a 200ms grace period to allow a process to exit normally (#212).
6-
* `parse_url()` drops 'rawurl', 'host' and 'requri' from the output vector as these can be derived from the other parts.
6+
* `parse_url()` drops 'rawurl', 'host' and 'requri' from the output vector as these can be derived from the other parts (#209).
77

88
# nanonext 1.7.1
99

cran-comments.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
## R CMD check results
22

33
0 errors | 0 warnings | 0 notes
4-
5-
## revdepcheck results
6-
7-
We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
8-
9-
* We saw 0 new problems
10-
* We failed to check 0 packages

0 commit comments

Comments
 (0)