From d5041f3f7c0867d7d66e9fbbb9ce82d21684bc2d Mon Sep 17 00:00:00 2001 From: Mithrandie Date: Mon, 27 Mar 2023 02:11:15 +0900 Subject: [PATCH] Update docs for Release 1.18.0. --- CHANGELOG.md | 7 +++++++ docs/changelog.md | 7 +++++++ docs/index.md | 6 +++--- docs/sitemap.xml | 4 ++-- lib/query/version.go | 2 +- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a119a0..4273364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## Version 1.18.0 + +Released on Mar 26, 2023 + +- Update dependencies. +- Update supported Go version to 1.18 or later. + ## Version 1.17.11 Released on Nov 5, 2022 diff --git a/docs/changelog.md b/docs/changelog.md index 1b7c18a..df15c6a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,13 @@ title: Change Log - csvq # Change Log +## Version 1.18.0 + +Released on Mar 26, 2023 + +- Update dependencies. +- Update supported Go version to 1.18 or later. + ## Version 1.17.11 Released on Nov 5, 2022 diff --git a/docs/index.md b/docs/index.md index 9a3e5ae..df9e9d4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,10 +13,10 @@ In the multiple operations, you can use variables, cursors, temporary tables, an ## Latest Release -Version 1.17.11 -: Released on Nov 5, 2022 +Version 1.18.0 +: Released on Mar 26, 2023 - + file_downloaddownload diff --git a/docs/sitemap.xml b/docs/sitemap.xml index a93c132..3ff5522 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -6,7 +6,7 @@ http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> https://mithrandie.github.io/csvq/ - 2022-11-05T14:32:12+00:00 + 2023-03-26T17:10:17+00:00 https://mithrandie.github.io/csvq/reference.html @@ -182,7 +182,7 @@ https://mithrandie.github.io/csvq/changelog.html - 2022-11-05T14:32:12+00:00 + 2023-03-26T17:10:17+00:00 https://mithrandie.github.io/csvq/license.html diff --git a/lib/query/version.go b/lib/query/version.go index 2300760..a611b58 100644 --- a/lib/query/version.go +++ b/lib/query/version.go @@ -1,3 +1,3 @@ package query -var Version = "v1.17.11" +var Version = "v1.18.0"