You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2019/10/18 12:23:49 UTC

[couchdb] branch ken-1.0.5 created (now 110d968)

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

rnewson pushed a change to branch ken-1.0.5
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at 110d968  Update ken to 1.0.5

This branch includes the following new commits:

     new 110d968  Update ken to 1.0.5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Update ken to 1.0.5

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch ken-1.0.5
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 110d96810f91332590ed5a7b40ab6d5f644a82f3
Author: Robert Newson <rn...@apache.org>
AuthorDate: Fri Oct 18 13:22:08 2019 +0100

    Update ken to 1.0.5
    
    * Always include 'query' as an allowed language
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 9601517..f6bfa7d 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -104,7 +104,7 @@ DepDescs = [
 {ioq,              "ioq",              {tag, "2.1.2"}},
 {hqueue,           "hqueue",           {tag, "1.0.1"}},
 {smoosh,           "smoosh",           {tag, "1.0.1"}},
-{ken,              "ken",              {tag, "1.0.4"}},
+{ken,              "ken",              {tag, "1.0.5"}},
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},