Skip to content

Commit

Permalink
Update docs for Release v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mithrandie committed May 19, 2019
1 parent 6b84b22 commit 5bde5d9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## Version 1.11.0

Released on May 19, 2019

- Enable enclosure characters to be escaped with double enclosures.
- Add the command option "--ansi-quotes".
- Add the Flag "@@ANSI_QUOTES".
- Fix the following bugs.
- Double backspaches in a string cannot be parsed correctly.
- Escaping in external command syntax cannot be parsed correctly.
- Versions are not compared correctly in check-update subcommand.

## Version 1.10.6

Released on May 4, 2019
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ title: Change Log - csvq

# Change Log

## Version 1.11.0

Released on May 19, 2019

- Enable enclosure characters to be escaped with double enclosures.
- Add the command option "--ansi-quotes".
- Add the Flag "@@ANSI_QUOTES".
- Fix the following bugs.
- Double backspaches in a string cannot be parsed correctly.
- Escaping in external command syntax cannot be parsed correctly.
- Versions are not compared correctly in check-update subcommand.

## Version 1.10.6

Released on May 4, 2019
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ In the multiple operations, you can use variables, cursors, temporary tables, an

## Latest Release

Version 1.10.6
: Released on May 4, 2019
Version 1.11.0
: Released on May 19, 2019

<a class="waves-effect waves-light btn" href="https://github.com/mithrandie/csvq/releases/tag/v1.10.6">
<a class="waves-effect waves-light btn" href="https://github.com/mithrandie/csvq/releases/tag/v1.11.0">
<i class="material-icons left">file_download</i>download
</a>

Expand Down
4 changes: 2 additions & 2 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://mithrandie.github.io/csvq/</loc>
<lastmod>2019-05-04T15:18:11+00:00</lastmod>
<lastmod>2019-05-19T11:48:05+00:00</lastmod>
</url>
<url>
<loc>https://mithrandie.github.io/csvq/reference.html</loc>
Expand Down Expand Up @@ -178,7 +178,7 @@
</url>
<url>
<loc>https://mithrandie.github.io/csvq/changelog.html</loc>
<lastmod>2019-05-04T15:18:11+00:00</lastmod>
<lastmod>2019-05-19T11:48:05+00:00</lastmod>
</url>
<url>
<loc>https://mithrandie.github.io/csvq/license.html</loc>
Expand Down
2 changes: 1 addition & 1 deletion lib/query/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package query

var Version = "v1.10.6"
var Version = "v1.11.0"

0 comments on commit 5bde5d9

Please sign in to comment.