Skip to content

Commit 3788e5f

Browse files
committed
Version 1.1.0
1 parent 3bc0436 commit 3788e5f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/SqlNotebook.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<?define ProductVersion = "1.0.1"?>
2+
<?define ProductVersion = "1.1.0"?>
33
<?define ProductUpgradeCode = "1E7BF0C5-FEDF-4702-A504-6E32A7C86BA4"?>
44
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
55
<Product

src/SqlNotebook/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636

3737
// this is Application.ProductVersion
38-
[assembly: AssemblyFileVersion("1.0.1")]
38+
[assembly: AssemblyFileVersion("1.1.0")]

web/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ <h1>Open source app for casual data exploration in SQL</h1>
2222
<hr width="100%" size="2">
2323
<h2>News</h2>
2424
<ul>
25+
<li><b>2022-03-04</b> - Version 1.1.0 is released. This version includes <a moz-do-not-send="true" href=
26+
"https://www.sqlite.org/releaselog/3_38_0.html">SQLite 3.38</a> providing improved JSON functionality. New
27+
functions for cryptographic hashes, fuzzy matching, and statistical aggregates from <a moz-do-not-send="true" href=
28+
"https://github.com/nalgeon/sqlean">Anton Zhiyanov's sqlean library</a> are now built-in. Additional SQLite
29+
extensions can be loaded with the <a moz-do-not-send="true" href=
30+
"https://sqlite.org/lang_corefunc.html#load_extension">load_extension function</a>.<br></li>
2531
<li><b>2021-12-16</b> - Version 1.0.1 is released. This release adds support for Windows 7 and 8.</li>
2632
<li><b>2021-12-13</b> - SQL Notebook version 1.0.0 has been released. This is the first stable release. All aspects
2733
of SQL Notebook have been improved compared to version 0.6.0.</li>
@@ -90,7 +96,7 @@ <h2>Access a rich library of built-in functionality</h2>
9096
<ul class="tight">
9197
<li>Full-featured import and export statements: <a href="import-csv-stmt.html"><code>IMPORT CSV</code></a>
9298
<a href="import-xls-stmt.html"><code>IMPORT XLS</code></a><a moz-do-not-send="true" href=
93-
"import-database-stmt.html"><tt>IMPORT DATABASE</tt></a><a href="export-csv-stmt.html" moz-do-not-send=
99+
"import-database-stmt.html"><code>IMPORT DATABASE</code></a><a href="export-csv-stmt.html" moz-do-not-send=
94100
"true"><code>EXPORT CSV</code></a><a href="export-txt-stmt.html"><code>EXPORT TXT</code></a></li>
95101
<li>Quick functions for reading files: <a href="list-files-func.html"><code>LIST_FILES</code></a><a href=
96102
"read-csv-func.html"><code>READ_CSV</code></a><a href="read-file-func.html"><code>READ_FILE</code></a>

0 commit comments

Comments
 (0)