Skip to content

Commit b0513d3

Browse files
committed
nanonext 0.13.5
1 parent fb3a040 commit b0513d3

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: nanonext
22
Type: Package
33
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4-
Version: 0.13.4.9002
4+
Version: 0.13.5
55
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66
a socket library implementing 'Scalability Protocols', a reliable,
77
high-performance standard for common communications patterns including

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# nanonext 0.13.4.9002 (development)
1+
# nanonext 0.13.5
22

3-
* Removes SHA-2 cryptographic hash functions in favour of the superior streaming implementations in the secretbase package.
3+
#### Updates
4+
5+
* Removes SHA-2 cryptographic hash functions (please use the streaming implementation in the secretbase package).
46

57
# nanonext 0.13.4
68

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ Web utilities:
6161

6262
### Installation
6363

64-
Install the fast channel release (v0.13.4) from R-multiverse:
64+
Install the fast channel release from R-multiverse:
6565

6666
```{r releases, eval=FALSE}
6767
install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev")
6868
```
6969

70-
Or the slow channel release (v0.13.2) from CRAN:
70+
Or the slow channel release from CRAN:
7171

7272
```{r cran, eval=FALSE}
7373
install.packages("nanonext")
7474
```
7575

76-
Or the latest development build from the author's R-universe:
76+
Or the latest development build from R-universe:
7777

7878
```{r universe, eval=FALSE}
7979
install.packages("nanonext", repos = "https://shikokuchuo.r-universe.dev")

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ Web utilities:
7676

7777
### Installation
7878

79-
Install the fast channel release (v0.13.4) from R-multiverse:
79+
Install the fast channel release from R-multiverse:
8080

8181
``` r
8282
install.packages("nanonext", repos = "https://r-multiverse.r-universe.dev")
8383
```
8484

85-
Or the slow channel release (v0.13.2) from CRAN:
85+
Or the slow channel release from CRAN:
8686

8787
``` r
8888
install.packages("nanonext")
8989
```
9090

91-
Or the latest development build from the author’s R-universe:
91+
Or the latest development build from R-universe:
9292

9393
``` r
9494
install.packages("nanonext", repos = "https://shikokuchuo.r-universe.dev")

0 commit comments

Comments
 (0)