Skip to content

Commit

Permalink
deploy: 877fb63
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-infra-robot[bot] committed Aug 25, 2024
1 parent 749dc12 commit d155505
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 35 deletions.
Binary file modified .doctrees/changelog.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/usage.doctree
Binary file not shown.
36 changes: 28 additions & 8 deletions _sources/changelog.rst.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
Changelog
=========

`1.2.0 <https://github.com/gavinying/modpoll/compare/v1.1.0...v1.2.0>`__ (2024-08-25)
-------------------------------------------------------------------------------------

Features
~~~~~~~~

- Introduce MQTT topic pattern to replace the existing MQTT topic
prefix.
(`58d3f67 <https://github.com/gavinying/modpoll/commit/58d3f6719b7c78b0c17cfb60ca7013e5f8d1bccb>`__)
- Add docker compose for better developer experience.
(`01f15e8 <https://github.com/gavinying/modpoll/commit/01f15e8d140eadf3413471463fbb26cd7d8fc175>`__)

Bug Fixes
~~~~~~~~~

- Validate action issue
(`f8ef12e <https://github.com/gavinying/modpoll/commit/f8ef12e018009ec1c8b4d554829156e93c9a5b98>`__)
- Typos
(`9349864 <https://github.com/gavinying/modpoll/commit/9349864c5712fad3da9218d8f8b72529da5e03fa>`__)

.. _section-1:

`1.1.0 <https://github.com/gavinying/modpoll/compare/1.0.0...v1.1.0>`__ (2024-08-03)
------------------------------------------------------------------------------------

.. _features-1:

Features
~~~~~~~~

Expand All @@ -15,6 +39,8 @@ Features
(`#52 <https://github.com/gavinying/modpoll/issues/52>`__)
(`3e6681a <https://github.com/gavinying/modpoll/commit/3e6681a56497672c664a200e95728d7202a1964f>`__)

.. _bug-fixes-1:

Bug Fixes
~~~~~~~~~

Expand All @@ -31,19 +57,13 @@ Bug Fixes
- Unexpected input for release-please
(`24703fe <https://github.com/gavinying/modpoll/commit/24703fe098379016447ab50ab89276e0f0f734ef>`__)

Reverts
~~~~~~~

- move poetry plugin installation back to install phase
(`b2dc9f4 <https://github.com/gavinying/modpoll/commit/b2dc9f40f59d6ac759da23dff7e08cf8f9eea970>`__)

Documentation
~~~~~~~~~~~~~

- update CHANGELOG.md
(`73fcc01 <https://github.com/gavinying/modpoll/commit/73fcc010cb0ddbf4a1aa149ac28a354cd1bc5c39>`__)

.. _section-1:
.. _section-2:

`1.0.0 <https://github.com/gavinying/modpoll/compare/0.8.4...1.0.0>`__ (2024-07-11)
-----------------------------------------------------------------------------------
Expand All @@ -53,7 +73,7 @@ Documentation

- Release v1.0.0

.. _features-1:
.. _features-2:

Features
~~~~~~~~
Expand Down
55 changes: 37 additions & 18 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,20 @@
<li class="toctree-l1"><a class="reference internal" href="usage.html">Basic Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="configure.html">Configuration</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">1.1.0 (2024-08-03)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">1.2.0 (2024-08-25)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#features">Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="#bug-fixes">Bug Fixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="#reverts">Reverts</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#section-1">1.1.0 (2024-08-03)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#features-1">Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="#bug-fixes-1">Bug Fixes</a></li>
<li class="toctree-l3"><a class="reference internal" href="#documentation">Documentation</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#section-1">1.0.0 (2024-07-11)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#section-2">1.0.0 (2024-07-11)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#breaking-changes">⚠ BREAKING CHANGES</a></li>
<li class="toctree-l3"><a class="reference internal" href="#features-1">Features</a></li>
<li class="toctree-l3"><a class="reference internal" href="#features-2">Features</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -90,10 +94,32 @@
<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<section id="id1">
<h2><a class="reference external" href="https://github.com/gavinying/modpoll/compare/1.0.0...v1.1.0">1.1.0</a> (2024-08-03)<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2><a class="reference external" href="https://github.com/gavinying/modpoll/compare/v1.1.0...v1.2.0">1.2.0</a> (2024-08-25)<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<section id="features">
<h3>Features<a class="headerlink" href="#features" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Introduce MQTT topic pattern to replace the existing MQTT topic
prefix.
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/58d3f6719b7c78b0c17cfb60ca7013e5f8d1bccb">58d3f67</a>)</p></li>
<li><p>Add docker compose for better developer experience.
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/01f15e8d140eadf3413471463fbb26cd7d8fc175">01f15e8</a>)</p></li>
</ul>
</section>
<section id="bug-fixes">
<h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Validate action issue
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/f8ef12e018009ec1c8b4d554829156e93c9a5b98">f8ef12e</a>)</p></li>
<li><p>Typos
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/9349864c5712fad3da9218d8f8b72529da5e03fa">9349864</a>)</p></li>
</ul>
</section>
</section>
<section id="section-1">
<span id="id2"></span><h2><a class="reference external" href="https://github.com/gavinying/modpoll/compare/1.0.0...v1.1.0">1.1.0</a> (2024-08-03)<a class="headerlink" href="#section-1" title="Permalink to this headline"></a></h2>
<section id="features-1">
<span id="id3"></span><h3>Features<a class="headerlink" href="#features-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>add docker run commands for dev
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/074d51e6196ca342d71c103e55a9c9e72cd3462b">074d51e</a>)</p></li>
<li><p>add test cases for pytest
Expand All @@ -103,8 +129,8 @@ <h3>Features<a class="headerlink" href="#features" title="Permalink to this head
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/3e6681a56497672c664a200e95728d7202a1964f">3e6681a</a>)</p></li>
</ul>
</section>
<section id="bug-fixes">
<h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline"></a></h3>
<section id="bug-fixes-1">
<span id="id4"></span><h3>Bug Fixes<a class="headerlink" href="#bug-fixes-1" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>allow user defined docker registry
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/38acfcc16f8143fe91e716ff734d4e96e8cc9035">38acfcc</a>)</p></li>
Expand All @@ -120,13 +146,6 @@ <h3>Bug Fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this he
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/24703fe098379016447ab50ab89276e0f0f734ef">24703fe</a>)</p></li>
</ul>
</section>
<section id="reverts">
<h3>Reverts<a class="headerlink" href="#reverts" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>move poetry plugin installation back to install phase
(<a class="reference external" href="https://github.com/gavinying/modpoll/commit/b2dc9f40f59d6ac759da23dff7e08cf8f9eea970">b2dc9f4</a>)</p></li>
</ul>
</section>
<section id="documentation">
<h3>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline"></a></h3>
<ul class="simple">
Expand All @@ -135,16 +154,16 @@ <h3>Documentation<a class="headerlink" href="#documentation" title="Permalink to
</ul>
</section>
</section>
<section id="section-1">
<span id="id2"></span><h2><a class="reference external" href="https://github.com/gavinying/modpoll/compare/0.8.4...1.0.0">1.0.0</a> (2024-07-11)<a class="headerlink" href="#section-1" title="Permalink to this headline"></a></h2>
<section id="section-2">
<span id="id5"></span><h2><a class="reference external" href="https://github.com/gavinying/modpoll/compare/0.8.4...1.0.0">1.0.0</a> (2024-07-11)<a class="headerlink" href="#section-2" title="Permalink to this headline"></a></h2>
<section id="breaking-changes">
<h3>⚠ BREAKING CHANGES<a class="headerlink" href="#breaking-changes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Release v1.0.0</p></li>
</ul>
</section>
<section id="features-1">
<span id="id3"></span><h3>Features<a class="headerlink" href="#features-1" title="Permalink to this headline"></a></h3>
<section id="features-2">
<span id="id6"></span><h3>Features<a class="headerlink" href="#features-2" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Support Modbus RTU/TCP/UDP devices</p></li>
<li><p>Poll data from multiple Modbus devices</p></li>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ <h1>Welcome to Modpoll’s documentation!<a class="headerlink" href="#welcome-to
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">1.1.0 (2024-08-03)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#section-1">1.0.0 (2024-07-11)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">1.2.0 (2024-08-25)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#section-1">1.1.0 (2024-08-03)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#section-2">1.0.0 (2024-07-11)</a></li>
</ul>
</li>
</ul>
Expand Down
Binary file modified objects.inv
Binary file not shown.
Loading

0 comments on commit d155505

Please sign in to comment.