Skip to content

Commit

Permalink
Update docs for Release v1.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithrandie committed May 3, 2022
1 parent 60003bb commit d3ffda0
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 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.17.0

Released on May 3, 2022

- Support column name wildcard for tables. ([GitHub #68](https://github.com/mithrandie/csvq/issues/68))
- Add a built-in function.
- TITLE_CASE ([GitHub #48](https://github.com/mithrandie/csvq/issues/48))
- Modify integer and float handling.
- Fixed a bug in the conversion between integer and float.
- Intuitive handling of integer and float.
- Allow exponential notation for float.

## Version 1.16.0

Released on Feb 26, 2022
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.17.0

Released on May 3, 2022

- Support column name wildcard for tables. ([GitHub #68](https://github.com/mithrandie/csvq/issues/68))
- Add a built-in function.
- TITLE_CASE ([GitHub #48](https://github.com/mithrandie/csvq/issues/48))
- Modify integer and float handling.
- Fixed a bug in the conversion between integer and float.
- Intuitive handling of integer and float.
- Allow exponential notation for float.

## Version 1.16.0

Released on Feb 26, 2022
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.16.0
: Released on Feb 26, 2022
Version 1.17.0
: Released on May 3, 2022

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

Expand Down
2 changes: 1 addition & 1 deletion 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>2022-02-26T18:19:50+00:00</lastmod>
<lastmod>2022-05-03T15:12:21+00:00</lastmod>
</url>
<url>
<loc>https://mithrandie.github.io/csvq/reference.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.16.0"
var Version = "v1.17.0"

0 comments on commit d3ffda0

Please sign in to comment.