From 6954c0eac83d82e0d89d47f9e0a0f3c192c76fe2 Mon Sep 17 00:00:00 2001 From: jruaux Date: Mon, 8 Feb 2021 22:58:13 -0800 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v2.5.0'. --- docs/riot-db.adoc | 5 +++++ docs/riot-gen.adoc | 4 ++++ gradle.properties | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/riot-db.adoc b/docs/riot-db.adoc index de70cb8f9..401f5b1bb 100644 --- a/docs/riot-db.adoc +++ b/docs/riot-db.adoc @@ -76,6 +76,11 @@ include::{resources}/postgresql/import.txt[] include::import.adoc[] +=== Processing + +include::processing.adoc[] + + == Export .Export to PostgreSQL diff --git a/docs/riot-gen.adoc b/docs/riot-gen.adoc index bd1f2a68f..3ca9e69c5 100644 --- a/docs/riot-gen.adoc +++ b/docs/riot-gen.adoc @@ -29,6 +29,10 @@ All supported Faker data types are listed <>. include::getting_started.adoc[] +== Processing + +include::processing.adoc[] + == Examples .Generating hashes diff --git a/gradle.properties b/gradle.properties index a128e1266..7c13f8918 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=2.4.4 +version=2.5.0 testcontainers_version=1.15.1 picocli_version=4.6.1 \ No newline at end of file