From 894012df5e97b9420a38d5009a2c392ac1c3142f Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Fri, 26 Jul 2019 15:18:55 -0600 Subject: [PATCH] Update NATS C client release info Also updated the streaming repo name to stan.c. The real code repo is still nats.c since this is the same repo for core and streaming. Signed-off-by: Ivan Kozlovic --- .../nats-io/{c-nats-streaming.html => stan.c.html} | 0 data/releases.yaml | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) rename content/download/nats-io/{c-nats-streaming.html => stan.c.html} (100%) diff --git a/content/download/nats-io/c-nats-streaming.html b/content/download/nats-io/stan.c.html similarity index 100% rename from content/download/nats-io/c-nats-streaming.html rename to content/download/nats-io/stan.c.html diff --git a/data/releases.yaml b/data/releases.yaml index b98edd9e..a2a93ff8 100644 --- a/data/releases.yaml +++ b/data/releases.yaml @@ -23,9 +23,9 @@ Releases: author: - name: link: - version_num: 1.8.0 + version_num: 2.0.0 release_notes: | - Release v1.8.0 on October 17th, 2018. + Release v2.0.0 on July 26th, 2019. github: - user: nats-io repo: nats.c @@ -38,13 +38,13 @@ Releases: author: - name: link: - version_num: 1.8.0 + version_num: 2.0.0 release_notes: | - Release v1.8.0 on October 17th, 2018. + Release v2.0.0 on July 26th, 2019. github: - user: nats-io - repo: c-nats-streaming - link: https://github.com/nats-io/cnats + repo: stan.c + link: https://github.com/nats-io/nats.c - name: C# type: nats-client