This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7942492  Prep for 0.7.0 release.
7942492 is described below

commit 7942492336dace78a73922272fe27d080518ce2c
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Sep 19 23:49:58 2020 -0700

    Prep for 0.7.0 release.
---
 _config.yml              |  2 +-
 _data/bin-releases.yml   | 10 ++++++++++
 _data/src-releases.yml   |  9 +++++++++
 getting-started.html     |  2 +-
 release-notes-0.6.2.html |  1 -
 release-notes-0.7.0.html | 38 ++++++++++++++++++++++++++++++++++++++
 6 files changed, 59 insertions(+), 3 deletions(-)

diff --git a/_config.yml b/_config.yml
index 0f31a92..6127789 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,7 +27,7 @@ github_username:  nlpcraft
 
 # Manually update to the latest version:
 # ===================
-latest_version: 0.6.2
+latest_version: 0.7.0
 java_client_latest_version: 0.5.0
 # ===================
 
diff --git a/_data/bin-releases.yml b/_data/bin-releases.yml
index 76b947c..59faf62 100644
--- a/_data/bin-releases.yml
+++ b/_data/bin-releases.yml
@@ -15,6 +15,16 @@
 # limitations under the License.
 #
 
+- version: 0.7.0
+  date: Sep 29, 2020
+  zip_name: apache-nlpcraft-incubating-bin-0.7.0.zip
+  zip_url: 
https://github.com/aradzinski/binstore/releases/download/apache-nlpcraft-v0.7.0/apache-nlpcraft-incubating-bin-0.7.0.zip
+  sha256_url: 
https://github.com/aradzinski/binstore/releases/download/apache-nlpcraft-v0.7.0/apache-nlpcraft-incubating-bin-0.7.0.zip.sha256
+  pgp_url: 
https://github.com/aradzinski/binstore/releases/download/apache-nlpcraft-v0.7.0/apache-nlpcraft-incubating-bin-0.7.0.zip.asc
+  github_link: https://github.com/apache/incubator-nlpcraft/tree/v0.7.0
+  #  dockerhub_link: https://hub.docker.com/r/nlpcraftserver/server
+  backward_compatible: no
+
 - version: 0.6.2
   date: Jul 19, 2020
   zip_name: apache-nlpcraft-incubating-bin-0.6.2.zip
diff --git a/_data/src-releases.yml b/_data/src-releases.yml
index 551971a..f5ae05e 100644
--- a/_data/src-releases.yml
+++ b/_data/src-releases.yml
@@ -15,6 +15,15 @@
 # limitations under the License.
 #
 
+- version: 0.7.0
+  date: Sep 29, 2020
+  zip_name: apache-nlpcraft-incubating-0.7.0.zip
+  zip_url: 
https://www.apache.org/dyn/closer.cgi?filename=incubator/nlpcraft/nlpcraft/apache-nlpcraft-incubating-0.7.0.zip&action=download
+  sha256_url: 
https://downloads.apache.org/incubator/nlpcraft/nlpcraft/apache-nlpcraft-incubating-0.7.0.zip.sha256
+  pgp_url: 
https://downloads.apache.org/incubator/nlpcraft/nlpcraft/apache-nlpcraft-incubating-0.7.0.zip.asc
+  github_link: https://github.com/apache/incubator-nlpcraft/tree/v0.7.0
+  backward_compatible: no
+
 - version: 0.6.2
   date: Jul 19, 2020
   zip_name: apache-nlpcraft-incubating-0.6.2.zip
diff --git a/getting-started.html b/getting-started.html
index 364b54f..4394b18 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -118,7 +118,7 @@ id: getting_started
                 
+-------------------------------------------------------------------------+
                 | Probe ID    | all.examples                                   
           |
                 | Probe Token | 3141592653589793                               
           |
-                | API Version | 0.6.2, 2020-07-09                              
           |
+                | API Version | 0.7.0, 2020-09-29                              
           |
                 | Down-Link   | localhost:8202                                 
           |
                 | Up-Link     | localhost:8201                                 
           |
                 
+-------------+-----------------------------------------------------------+
diff --git a/release-notes-0.6.2.html b/release-notes-0.6.2.html
index 0c5ff98..34d49ab 100644
--- a/release-notes-0.6.2.html
+++ b/release-notes-0.6.2.html
@@ -44,7 +44,6 @@ layout: release-notes
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-48'>NLPCRAFT-48</a> - Add 
java client project to Jenkins and update README badges.</li>
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-60'>NLPCRAFT-60</a> - Add 
project specific favicon to the website.</li>
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-61'>NLPCRAFT-61</a> - 
Improve examples README.md to include non-test instructions.</li>
-        
     </ul>
 </section>
 <section id="fixes">
diff --git a/release-notes-0.7.0.html b/release-notes-0.7.0.html
new file mode 100644
index 0000000..93671df
--- /dev/null
+++ b/release-notes-0.7.0.html
@@ -0,0 +1,38 @@
+---
+rel_ver: 0.7.0
+layout: release-notes
+---
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<section id="new">
+    <h2 class="section-title">🙌 New</h2>
+    <ul>
+    </ul>
+</section>
+<section id="enhancements">
+    <h2 class="section-title">🤖 Enhancements</h2>
+    <ul>
+    </ul>
+</section>
+<section id="fixes">
+    <h2 class="section-title">🧐 Fixes</h2>
+    <ul>
+    </ul>
+</section>
+

Reply via email to