Skip to content

Commit be4c9c8

Browse files
committed
Add doc
1 parent 53f49d3 commit be4c9c8

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

docs/_sources/whatsnew.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This document outlines features and improvements from each release.
55
.. note:: All releases before v1.0.0 are considered pre-release and
66
are for non-production testing and evaluation, and may include
77
changes to the API.
8+
v1.4.2 - July 9, 2024
9+
---------------------
10+
* Fix Javascript function name in portal object
811
v1.4.1 - July 2, 2024
912
---------------------
1013
* Fix binary vector conversions

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h1>SingleStoreDB Python SDK<a class="headerlink" href="#singlestoredb-python-sd
7777
<ul>
7878
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
7979
<li class="toctree-l1"><a class="reference internal" href="whatsnew.html">What’s New</a><ul>
80+
<li class="toctree-l2"><a class="reference internal" href="whatsnew.html#v1-4-2-july-9-2024">v1.4.2 - July 9, 2024</a></li>
8081
<li class="toctree-l2"><a class="reference internal" href="whatsnew.html#v1-4-1-july-2-2024">v1.4.1 - July 2, 2024</a></li>
8182
<li class="toctree-l2"><a class="reference internal" href="whatsnew.html#v1-4-0-june-13-2024">v1.4.0 - June 13, 2024</a></li>
8283
<li class="toctree-l2"><a class="reference internal" href="whatsnew.html#v1-3-1-may-23-2024">v1.3.1 - May 23, 2024</a></li>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/whatsnew.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This document outlines features and improvements from each release.
88
are for non-production testing and evaluation, and may include
99
changes to the API.
1010

11+
v1.4.2 - July 9, 2024
12+
---------------------
13+
* Fix Javascript function name in portal object
14+
1115
v1.4.1 - July 2, 2024
1216
---------------------
1317
* Fix binary vector conversions

docs/whatsnew.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<ul class="current">
4343
<li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
4444
<li class="toctree-l1 current"><a class="current reference internal" href="#">What’s New</a><ul>
45+
<li class="toctree-l2"><a class="reference internal" href="#v1-4-2-july-9-2024">v1.4.2 - July 9, 2024</a></li>
4546
<li class="toctree-l2"><a class="reference internal" href="#v1-4-1-july-2-2024">v1.4.1 - July 2, 2024</a></li>
4647
<li class="toctree-l2"><a class="reference internal" href="#v1-4-0-june-13-2024">v1.4.0 - June 13, 2024</a></li>
4748
<li class="toctree-l2"><a class="reference internal" href="#v1-3-1-may-23-2024">v1.3.1 - May 23, 2024</a></li>
@@ -130,6 +131,12 @@ <h1>What’s New<a class="headerlink" href="#what-s-new" title="Link to this hea
130131
are for non-production testing and evaluation, and may include
131132
changes to the API.</p>
132133
</div>
134+
<section id="v1-4-2-july-9-2024">
135+
<h2>v1.4.2 - July 9, 2024<a class="headerlink" href="#v1-4-2-july-9-2024" title="Link to this heading"></a></h2>
136+
<ul class="simple">
137+
<li><p>Fix Javascript function name in portal object</p></li>
138+
</ul>
139+
</section>
133140
<section id="v1-4-1-july-2-2024">
134141
<h2>v1.4.1 - July 2, 2024<a class="headerlink" href="#v1-4-1-july-2-2024" title="Link to this heading"></a></h2>
135142
<ul class="simple">

0 commit comments

Comments
 (0)