tag:github.com,2008:https://github.com/madpah/serializable/releases Release notes from serializable 2025-02-09T13:41:46Z tag:github.com,2008:Repository/523308511/v2.0.0 2025-02-09T13:43:56Z v2.0.0 <h1>v2.0.0 (2025-02-09)</h1> <h2>Breaking</h2> <ul> <li> <p>refactor!: rename python package <code>serializable</code> -&gt; <code>py_serializable</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2769225602" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/155" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/155/hovercard" href="https://github.com/madpah/serializable/pull/155">#155</a>)</p> <p>The python package was renamed from <code>serializable</code> to <code>py_serializable</code>.<br> Therefore, you need to adjust your imports.</p> <p>The following shows a quick way to adjust imports in the most efficient way.</p> <h3>OLD imports</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import serializable from serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType from serializable.helpers import BaseHelper, Iso8601Date"><pre><span class="pl-k">import</span> <span class="pl-s1">serializable</span> <span class="pl-k">from</span> <span class="pl-s1">serializable</span> <span class="pl-k">import</span> <span class="pl-v">ViewType</span>, <span class="pl-v">XmlArraySerializationType</span>, <span class="pl-v">XmlStringSerializationType</span> <span class="pl-k">from</span> <span class="pl-s1">serializable</span>.<span class="pl-s1">helpers</span> <span class="pl-k">import</span> <span class="pl-v">BaseHelper</span>, <span class="pl-v">Iso8601Date</span></pre></div> <h3>ADJUSTED imports</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import py_serializable as serializable from py_serializable import ViewType, XmlArraySerializationType, XmlStringSerializationType from py_serializable.helpers import BaseHelper, Iso8601Date"><pre><span class="pl-k">import</span> <span class="pl-s1">py_serializable</span> <span class="pl-k">as</span> <span class="pl-s1">serializable</span> <span class="pl-k">from</span> <span class="pl-s1">py_serializable</span> <span class="pl-k">import</span> <span class="pl-v">ViewType</span>, <span class="pl-v">XmlArraySerializationType</span>, <span class="pl-v">XmlStringSerializationType</span> <span class="pl-k">from</span> <span class="pl-s1">py_serializable</span>.<span class="pl-s1">helpers</span> <span class="pl-k">import</span> <span class="pl-v">BaseHelper</span>, <span class="pl-v">Iso8601Date</span></pre></div> <p>see migration path: <a href="https://py-serializable.readthedocs.io/en/refactor-rename-installable-py_serializable/migration.html" rel="nofollow">https://py-serializable.readthedocs.io/en/refactor-rename-installable-py_serializable/migration.html</a></p> </li> </ul> <h2>Unknown</h2> <ul> <li> <p>Delete duplicate CODEOWNERS (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2791983063" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/156" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/156/hovercard" href="https://github.com/madpah/serializable/pull/156">#156</a>)</p> <p>we have a codeowners file in root already (<a href="https://github.com/madpah/serializable/commit/b64cdde6d4561355f7b92416dfcb36a8ff770be5"><code>b64cdde</code></a>)</p> </li> </ul> <hr> <h2>What's Changed</h2> <ul> <li>chore(deps-dev): update mypy requirement from 1.11.2 to 1.12.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2598754859" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/143" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/143/hovercard" href="https://github.com/madpah/serializable/pull/143">#143</a></li> <li>chore(deps-dev): update mypy requirement from 1.12.0 to 1.13.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2615557726" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/145" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/145/hovercard" href="https://github.com/madpah/serializable/pull/145">#145</a></li> <li>chore(deps-dev): update flake8-bugbear requirement from 24.8.19 to 24.10.31 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2630226726" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/146" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/146/hovercard" href="https://github.com/madpah/serializable/pull/146">#146</a></li> <li>chore(deps-dev): update flake8-bugbear requirement from 24.10.31 to 24.12.12 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2739575379" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/150" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/150/hovercard" href="https://github.com/madpah/serializable/pull/150">#150</a></li> <li>chore(deps-dev): update mypy requirement from 1.13.0 to 1.14.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2768427860" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/154" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/154/hovercard" href="https://github.com/madpah/serializable/pull/154">#154</a></li> <li>Delete duplicate CODEOWNERS by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2791983063" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/156" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/156/hovercard" href="https://github.com/madpah/serializable/pull/156">#156</a></li> <li>chore(docs): chanelog contains only relevant by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2793704393" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/157" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/157/hovercard" href="https://github.com/madpah/serializable/pull/157">#157</a></li> <li>chore(docs): recreate changelog by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2793725460" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/158" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/158/hovercard" href="https://github.com/madpah/serializable/pull/158">#158</a></li> <li>chore(deps): bump actions/upload-artifact from 3 to 4 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2048885513" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/37" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/37/hovercard" href="https://github.com/madpah/serializable/pull/37">#37</a></li> <li>refactor!: rename python package <code>serializable</code> -&gt; <code>py_serializable</code> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2769225602" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/155" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/155/hovercard" href="https://github.com/madpah/serializable/pull/155">#155</a></li> <li>chore(deps): update sphinx requirement from &lt;8,&gt;=7.2.6 to &gt;=7.2.6,&lt;9 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2446125088" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/127" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/127/hovercard" href="https://github.com/madpah/serializable/pull/127">#127</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/madpah/serializable/compare/v1.1.2...v2.0.0"><tt>v1.1.2...v2.0.0</tt></a></p> github-actions[bot] tag:github.com,2008:Repository/523308511/v2.0.0-alpha.1 2025-01-16T09:20:15Z v2.0.0-alpha.1 <h1>v2.0.0-alpha.1 (2025-01-16)</h1> <h2>Breaking</h2> <ul> <li>refactor!: rename installable <code>serializable</code> -&gt; <code>py_serializable</code></li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/39bfc1a3f20efdb75be3b14e9bfa845dc1f62142"><code>39bfc1a</code></a>)</p> <h2>Chore</h2> <ul> <li> <p>chore: Create CODEOWNERS (<a href="https://github.com/madpah/serializable/commit/960331ad5181b64afa140d1fd0d2d59b687d782b"><code>960331a</code></a>)</p> </li> <li> <p>chore(deps-dev): update mypy requirement from 1.13.0 to 1.14.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2768427860" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/154" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/154/hovercard" href="https://github.com/madpah/serializable/pull/154">#154</a>)</p> </li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/v1.13.0...v1.14.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/afe70c81e20ac678bfeaedd2588083d5ba4ab4d5"><code>afe70c8</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-bugbear requirement (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2739575379" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/150" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/150/hovercard" href="https://github.com/madpah/serializable/pull/150">#150</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/PyCQA/flake8-bugbear">flake8-bugbear</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/releases">Release notes</a></li> <li><a href="https://github.com/PyCQA/flake8-bugbear/compare/24.10.31...24.12.12">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-bugbear<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/cb8a91b6c5a42f5a46379adc272ec8fa4cc2cc37"><code>cb8a91b</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-bugbear requirement (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2630226726" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/146" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/146/hovercard" href="https://github.com/madpah/serializable/pull/146">#146</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/PyCQA/flake8-bugbear">flake8-bugbear</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/releases">Release notes</a></li> <li><a href="https://github.com/PyCQA/flake8-bugbear/compare/24.8.19...24.10.31">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-bugbear<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/f6574e757695a4afc6922138a5e3cc8bdade2142"><code>f6574e7</code></a>)</p> <ul> <li>chore(deps-dev): update mypy requirement from 1.12.0 to 1.13.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2615557726" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/145" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/145/hovercard" href="https://github.com/madpah/serializable/pull/145">#145</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/v1.12.0...v1.13.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/c5117ba0ef716b8cc7a3f1d639df585bba36f5e3"><code>c5117ba</code></a>)</p> <ul> <li>chore(deps-dev): update mypy requirement from 1.11.2 to 1.12.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2598754859" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/143" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/143/hovercard" href="https://github.com/madpah/serializable/pull/143">#143</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/v1.11.2...v1.12.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/6c354e2ef3ec276d624553e29adb705c9d9f33ec"><code>6c354e2</code></a>)</p> <h2>Unknown</h2> <ul> <li> <p>Merge branch 'main' into refactor/rename-installable-py_serializable (<a href="https://github.com/madpah/serializable/commit/5b622084eb016765096679451ce15801c45d707d"><code>5b62208</code></a>)</p> </li> <li> <p>Delete duplicate CODEOWNERS (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2791983063" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/156" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/156/hovercard" href="https://github.com/madpah/serializable/pull/156">#156</a>)</p> </li> </ul> <p>we have a codeowners file in root already (<a href="https://github.com/madpah/serializable/commit/b64cdde6d4561355f7b92416dfcb36a8ff770be5"><code>b64cdde</code></a>)</p> <ul> <li>docs</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/e3708ec0fbd23a3705a5fe49c8a31293bbf7446f"><code>e3708ec</code></a>)</p> <ul> <li>docs</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/225b614346f89a04cce759fc617a42d647f8a4a9"><code>225b614</code></a>)</p> <ul> <li>docs</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/a58186100361e48135b630a42bc5b5929af3dd15"><code>a581861</code></a>)</p> <ul> <li>docs</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/2df3e21012fc9499bf47236fb85925394b3bfc2d"><code>2df3e21</code></a>)</p> <ul> <li>style</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/42cf87bb30c4cf2d19eba4a86c20fa198ff48208"><code>42cf87b</code></a>)</p> github-actions[bot] tag:github.com,2008:Repository/523308511/v1.1.2 2024-10-01T15:56:37Z v1.1.2 <h1>v1.1.2 (2024-10-01)</h1> <h2>Fix</h2> <ul> <li>fix: date/time deserialization with fractional seconds (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2556443796" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/138" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/138/hovercard" href="https://github.com/madpah/serializable/pull/138">#138</a>)</li> </ul> <p>fix multiple where fractional seconds were not properly deserialized or deserialization caused unexpected crashes in py&lt;3.11</p> <hr> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt;<br> Co-authored-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/f4b1c27110d1becc76771efffd8dc0a96d629cb5"><code>f4b1c27</code></a>)</p> <h2>Refactor</h2> <ul> <li>refactor: simplify type conversio in <code>XsdDate</code>/<code>XsdDateTime</code> deserializers (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2558809508" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/139" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/139/hovercard" href="https://github.com/madpah/serializable/pull/139">#139</a>)</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/d75df5bd07baf3a1e7c716190d4352262cccc06a"><code>d75df5b</code></a>)</p> <hr> <h2>What's Changed</h2> <ul> <li>refactor: simplify type conversio in <code>XsdDate</code>/<code>XsdDateTime</code> deserializers by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2558809508" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/139" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/139/hovercard" href="https://github.com/madpah/serializable/pull/139">#139</a></li> <li>fix: date/time deserialization with fractional seconds by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ILikeToFixThings/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ILikeToFixThings">@ILikeToFixThings</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2556443796" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/138" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/138/hovercard" href="https://github.com/madpah/serializable/pull/138">#138</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ILikeToFixThings/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ILikeToFixThings">@ILikeToFixThings</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2556443796" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/138" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/138/hovercard" href="https://github.com/madpah/serializable/pull/138">#138</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/madpah/serializable/compare/v1.1.1...v1.1.2"><tt>v1.1.1...v1.1.2</tt></a></p> github-actions[bot] tag:github.com,2008:Repository/523308511/v1.1.1 2024-09-16T15:45:20Z v1.1.1 <h1>v1.1.1 (2024-09-16)</h1> <h2>Chore</h2> <ul> <li>chore(deps-dev): update mypy requirement from 1.11.1 to 1.11.2 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2498644101" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/133" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/133/hovercard" href="https://github.com/madpah/serializable/pull/133">#133</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/v1.11.1...v1.11.2">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/d26c9ec773230886a38a070a0509aa88369ba2db"><code>d26c9ec</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-bugbear requirement (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2484227601" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/131" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/131/hovercard" href="https://github.com/madpah/serializable/pull/131">#131</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/PyCQA/flake8-bugbear">flake8-bugbear</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/releases">Release notes</a></li> <li><a href="https://github.com/PyCQA/flake8-bugbear/compare/24.4.26...24.8.19">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-bugbear<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/d4b4365182f90bafc03a50c8ee2ac9148f5344b8"><code>d4b4365</code></a>)</p> <ul> <li>chore(deps-dev): update flake8 requirement from 7.1.0 to 7.1.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2458919410" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/130" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/130/hovercard" href="https://github.com/madpah/serializable/pull/130">#130</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/pycqa/flake8">flake8</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/pycqa/flake8/compare/7.1.0...7.1.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/cff074215bd7eecf2a7aff1233ef281c34010121"><code>cff0742</code></a>)</p> <ul> <li>chore(deps-dev): update coverage requirement from 7.6.0 to 7.6.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2458919332" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/129" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/129/hovercard" href="https://github.com/madpah/serializable/pull/129">#129</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/aaec16746e7fce0ba05fdc9a8d04b024f737c134"><code>aaec167</code></a>)</p> <ul> <li>chore(deps-dev): update mypy requirement from 1.11.0 to 1.11.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2446125354" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/128" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/128/hovercard" href="https://github.com/madpah/serializable/pull/128">#128</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/v1.11...v1.11.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/5ea457bc74aa1bbd2ee199c7ae7beb7a51ba61b1"><code>5ea457b</code></a>)</p> <ul> <li>chore(deps-dev): update mypy requirement from 1.10.1 to 1.11.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2420601046" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/125" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/125/hovercard" href="https://github.com/madpah/serializable/pull/125">#125</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/v1.10.1...v1.11">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/4d1be1729c35ce47c5b3242fcadc50dea09e2930"><code>4d1be17</code></a>)</p> <ul> <li>chore(deps-dev): update coverage requirement from 7.5.4 to 7.6.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2406722501" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/124" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/124/hovercard" href="https://github.com/madpah/serializable/pull/124">#124</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/511926ba776a0f4463a791136c93047c7ccda4ab"><code>511926b</code></a>)</p> <h2>Fix</h2> <ul> <li>fix: serializer omit <code>None</code> values as expected (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2528771443" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/136" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/136/hovercard" href="https://github.com/madpah/serializable/pull/136">#136</a>)</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/1a0e14b8ee0866621a388a09e41c7f173e874e25"><code>1a0e14b</code></a>)</p> <hr> <h2>What's Changed</h2> <ul> <li>chore(deps-dev): update coverage requirement from 7.5.4 to 7.6.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2406722501" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/124" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/124/hovercard" href="https://github.com/madpah/serializable/pull/124">#124</a></li> <li>chore(deps-dev): update mypy requirement from 1.10.1 to 1.11.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2420601046" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/125" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/125/hovercard" href="https://github.com/madpah/serializable/pull/125">#125</a></li> <li>chore(deps-dev): update mypy requirement from 1.11.0 to 1.11.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2446125354" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/128" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/128/hovercard" href="https://github.com/madpah/serializable/pull/128">#128</a></li> <li>chore(deps-dev): update coverage requirement from 7.6.0 to 7.6.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2458919332" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/129" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/129/hovercard" href="https://github.com/madpah/serializable/pull/129">#129</a></li> <li>chore(deps-dev): update flake8 requirement from 7.1.0 to 7.1.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2458919410" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/130" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/130/hovercard" href="https://github.com/madpah/serializable/pull/130">#130</a></li> <li>chore(deps-dev): update flake8-bugbear requirement from 24.4.26 to 24.8.19 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2484227601" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/131" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/131/hovercard" href="https://github.com/madpah/serializable/pull/131">#131</a></li> <li>chore(deps-dev): update mypy requirement from 1.11.1 to 1.11.2 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2498644101" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/133" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/133/hovercard" href="https://github.com/madpah/serializable/pull/133">#133</a></li> <li>fix: serializer omit <code>None</code> values as expected by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2528771443" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/136" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/136/hovercard" href="https://github.com/madpah/serializable/pull/136">#136</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/madpah/serializable/compare/v1.1.0...v1.1.1"><tt>v1.1.0...v1.1.1</tt></a></p> github-actions[bot] tag:github.com,2008:Repository/523308511/v1.1.0 2024-07-08T11:23:48Z v1.1.0 <h1>v1.1.0 (2024-07-08)</h1> <h2>Chore</h2> <ul> <li>chore(deps-dev): update autopep8 requirement from 2.3.0 to 2.3.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2381511411" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/118" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/118/hovercard" href="https://github.com/madpah/serializable/pull/118">#118</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/hhatto/autopep8">autopep8</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/hhatto/autopep8/releases">Release notes</a></li> <li><a href="https://github.com/hhatto/autopep8/compare/v2.3.0...v2.3.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: autopep8<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/7410ba7d120f3b2afa4e052d336735cb9505ac08"><code>7410ba7</code></a>)</p> <ul> <li>chore(deps-dev): update coverage requirement from 7.5.3 to 7.5.4 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2381511353" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/117" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/117/hovercard" href="https://github.com/madpah/serializable/pull/117">#117</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/2ad22c902464ecb2fe331104f71be4ba795fa8e8"><code>2ad22c9</code></a>)</p> <ul> <li>chore(deps-dev): update mypy requirement from 1.10.0 to 1.10.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2381511301" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/116" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/116/hovercard" href="https://github.com/madpah/serializable/pull/116">#116</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/v1.10.0...v1.10.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/f4e350ab9b27830c38546e6c58df59571104e7b3"><code>f4e350a</code></a>)</p> <ul> <li>chore(deps-dev): update autopep8 requirement from 2.1.1 to 2.3.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2367665682" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/113" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/113/hovercard" href="https://github.com/madpah/serializable/pull/113">#113</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/hhatto/autopep8">autopep8</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/hhatto/autopep8/releases">Release notes</a></li> <li><a href="https://github.com/hhatto/autopep8/compare/v2.1.1...v2.3.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: autopep8<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/e32873f7ea24fad77d8176e3a33420850f1c6817"><code>e32873f</code></a>)</p> <ul> <li>chore(deps-dev): update flake8 requirement from 7.0.0 to 7.1.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2367564869" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/111" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/111/hovercard" href="https://github.com/madpah/serializable/pull/111">#111</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/pycqa/flake8">flake8</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/pycqa/flake8/compare/7.0.0...7.1.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/fac3cc40c38da0e957d6c3c2cb545f67c041b141"><code>fac3cc4</code></a>)</p> <ul> <li>chore(deps-dev): update coverage requirement from 7.5.1 to 7.5.3 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2328914154" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/107" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/107/hovercard" href="https://github.com/madpah/serializable/pull/107">#107</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.5.1...7.5.3">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/168b3349c61caad19d19031d23ced641969e1872"><code>168b334</code></a>)</p> <ul> <li>chore(deps-dev): update autopep8 requirement from 2.1.0 to 2.1.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2316737278" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/106" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/106/hovercard" href="https://github.com/madpah/serializable/pull/106">#106</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/hhatto/autopep8">autopep8</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/hhatto/autopep8/releases">Release notes</a></li> <li><a href="https://github.com/hhatto/autopep8/compare/v2.1.0...v2.1.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: autopep8<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/209a7f1a54da49ee2940b4f8905a9f58b4f6df98"><code>209a7f1</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-annotations requirement (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2303857486" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/103" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/103/hovercard" href="https://github.com/madpah/serializable/pull/103">#103</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/sco1/flake8-annotations">flake8-annotations</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/sco1/flake8-annotations/releases">Release notes</a></li> <li><a href="https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/sco1/flake8-annotations/compare/v3.1.0...v3.1.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-annotations<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/ee818035ec2b4d2ddaf71e48a3d2d60081b1373b"><code>ee81803</code></a>)</p> <ul> <li>chore(deps-dev): update xmldiff requirement from 2.6.3 to 2.7.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2303857513" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/104" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/104/hovercard" href="https://github.com/madpah/serializable/pull/104">#104</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/Shoobx/xmldiff">xmldiff</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/Shoobx/xmldiff/releases">Release notes</a></li> <li><a href="https://github.com/Shoobx/xmldiff/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/Shoobx/xmldiff/commits">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: xmldiff<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/7ab73d9e637573cc31d951473486cc757632139e"><code>7ab73d9</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-annotations requirement (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2290672180" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/101" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/101/hovercard" href="https://github.com/madpah/serializable/pull/101">#101</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/sco1/flake8-annotations">flake8-annotations</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/sco1/flake8-annotations/releases">Release notes</a></li> <li><a href="https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/sco1/flake8-annotations/compare/v3.0.1...v3.1.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-annotations<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/6858d81111cdf08775f622a6a83f2ab2b1b20993"><code>6858d81</code></a>)</p> <ul> <li>chore(deps-dev): update coverage requirement from 7.5.0 to 7.5.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2290672125" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/100" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/100/hovercard" href="https://github.com/madpah/serializable/pull/100">#100</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.5.0...7.5.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/5ddb01741eb0988ba73464cb7c98c7fc2016dc85"><code>5ddb017</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-bugbear requirement (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266849063" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/96" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/96/hovercard" href="https://github.com/madpah/serializable/pull/96">#96</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/PyCQA/flake8-bugbear">flake8-bugbear</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/releases">Release notes</a></li> <li><a href="https://github.com/PyCQA/flake8-bugbear/compare/24.2.6...24.4.26">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-bugbear<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/8094b817508d27e5e740e3987459b9aef7cdf765"><code>8094b81</code></a>)</p> <ul> <li>chore(deps-dev): update mypy requirement from 1.9.0 to 1.10.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266848991" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/94" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/94/hovercard" href="https://github.com/madpah/serializable/pull/94">#94</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/1.9.0...v1.10.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/f370676515cee8bc760de650db1fd3534315ea58"><code>f370676</code></a>)</p> <ul> <li>chore(deps-dev): update coverage requirement from 7.4.4 to 7.5.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266849028" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/95" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/95/hovercard" href="https://github.com/madpah/serializable/pull/95">#95</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.4.4...7.5.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/9306d7ebb0ee10bc24700f46686d8df0703df6e8"><code>9306d7e</code></a>)</p> <ul> <li>chore(ci): fix macos runner (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266934549" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/98" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/98/hovercard" href="https://github.com/madpah/serializable/pull/98">#98</a>) (<a href="https://github.com/madpah/serializable/commit/9b11545c83b724a41b7da7e4f1c7ae7eb32dc6a6"><code>9b11545</code></a>)</li> </ul> <h2>Documentation</h2> <ul> <li>docs: fix links (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2393623274" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/122" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/122/hovercard" href="https://github.com/madpah/serializable/pull/122">#122</a>)</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/aabb5e925b5630a02f99dcf07064ddfb65c9064e"><code>aabb5e9</code></a>)</p> <h2>Feature</h2> <ul> <li>feat: XML string formats for <code>normalizedString</code> and <code>token</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2388842089" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/119" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/119/hovercard" href="https://github.com/madpah/serializable/pull/119">#119</a>)</li> </ul> <p>fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2370517277" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/114" data-hovercard-type="issue" data-hovercard-url="/madpah/serializable/issues/114/hovercard" href="https://github.com/madpah/serializable/issues/114">#114</a><br> fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2370525745" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/115" data-hovercard-type="issue" data-hovercard-url="/madpah/serializable/issues/115/hovercard" href="https://github.com/madpah/serializable/issues/115">#115</a></p> <hr> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/3a1728d43a13e57ecad2b3feebadf1d9fdc132c3"><code>3a1728d</code></a>)</p> <h2>Refactor</h2> <ul> <li>refactor: readability and maintainability (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2393532185" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/121" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/121/hovercard" href="https://github.com/madpah/serializable/pull/121">#121</a>)</li> </ul> <ul> <li>xml bool values were static simplified</li> <li><code>dict.update()</code> were replaced by proper access methods <code>dict[]</code></li> <li><code>set</code> simplify</li> </ul> <h2>the aim is to improve readability and maintainability</h2> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/73ce3177f478d7b4eb091906eb62f72209ec0677"><code>73ce317</code></a>)</p> <hr> <h2>What's Changed</h2> <ul> <li>chore(ci): fix macos runner by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266934549" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/98" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/98/hovercard" href="https://github.com/madpah/serializable/pull/98">#98</a></li> <li>chore(deps-dev): update coverage requirement from 7.4.4 to 7.5.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266849028" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/95" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/95/hovercard" href="https://github.com/madpah/serializable/pull/95">#95</a></li> <li>chore(deps-dev): update mypy requirement from 1.9.0 to 1.10.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266848991" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/94" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/94/hovercard" href="https://github.com/madpah/serializable/pull/94">#94</a></li> <li>chore(deps-dev): update flake8-bugbear requirement from 24.2.6 to 24.4.26 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2266849063" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/96" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/96/hovercard" href="https://github.com/madpah/serializable/pull/96">#96</a></li> <li>chore(deps-dev): update coverage requirement from 7.5.0 to 7.5.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2290672125" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/100" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/100/hovercard" href="https://github.com/madpah/serializable/pull/100">#100</a></li> <li>chore(deps-dev): update flake8-annotations requirement from 3.0.1 to 3.1.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2290672180" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/101" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/101/hovercard" href="https://github.com/madpah/serializable/pull/101">#101</a></li> <li>chore(deps-dev): update xmldiff requirement from 2.6.3 to 2.7.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2303857513" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/104" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/104/hovercard" href="https://github.com/madpah/serializable/pull/104">#104</a></li> <li>chore(deps-dev): update flake8-annotations requirement from 3.1.0 to 3.1.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2303857486" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/103" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/103/hovercard" href="https://github.com/madpah/serializable/pull/103">#103</a></li> <li>chore(deps-dev): update autopep8 requirement from 2.1.0 to 2.1.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2316737278" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/106" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/106/hovercard" href="https://github.com/madpah/serializable/pull/106">#106</a></li> <li>chore(deps-dev): update coverage requirement from 7.5.1 to 7.5.3 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2328914154" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/107" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/107/hovercard" href="https://github.com/madpah/serializable/pull/107">#107</a></li> <li>chore(deps-dev): update flake8 requirement from 7.0.0 to 7.1.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2367564869" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/111" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/111/hovercard" href="https://github.com/madpah/serializable/pull/111">#111</a></li> <li>chore(deps-dev): update autopep8 requirement from 2.1.1 to 2.3.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2367665682" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/113" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/113/hovercard" href="https://github.com/madpah/serializable/pull/113">#113</a></li> <li>chore(deps-dev): update mypy requirement from 1.10.0 to 1.10.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2381511301" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/116" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/116/hovercard" href="https://github.com/madpah/serializable/pull/116">#116</a></li> <li>chore(deps-dev): update coverage requirement from 7.5.3 to 7.5.4 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2381511353" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/117" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/117/hovercard" href="https://github.com/madpah/serializable/pull/117">#117</a></li> <li>chore(deps-dev): update autopep8 requirement from 2.3.0 to 2.3.1 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2381511411" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/118" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/118/hovercard" href="https://github.com/madpah/serializable/pull/118">#118</a></li> <li>refactor: readability and maintainability by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2393532185" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/121" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/121/hovercard" href="https://github.com/madpah/serializable/pull/121">#121</a></li> <li>docs: fix links by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2393623274" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/122" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/122/hovercard" href="https://github.com/madpah/serializable/pull/122">#122</a></li> <li>feat: XML string formats for <code>normalizedString</code> and <code>token</code> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2388842089" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/119" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/119/hovercard" href="https://github.com/madpah/serializable/pull/119">#119</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/madpah/serializable/compare/v1.0.3...v1.1.0"><tt>v1.0.3...v1.1.0</tt></a></p> github-actions[bot] tag:github.com,2008:Repository/523308511/v1.0.3 2024-04-04T11:42:35Z v1.0.3 <h1>v1.0.3 (2024-04-04)</h1> <h2>Chore</h2> <ul> <li>chore(deps-dev): update autopep8 requirement from 2.0.4 to 2.1.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2203710798" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/86" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/86/hovercard" href="https://github.com/madpah/serializable/pull/86">#86</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/hhatto/autopep8">autopep8</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/hhatto/autopep8/releases">Release notes</a></li> <li><a href="https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: autopep8<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/1577157b585f538d63dba80c26aa19c3804b2740"><code>1577157</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-logging requirement from 1.5.0 to 1.6.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2203710836" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/87" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/87/hovercard" href="https://github.com/madpah/serializable/pull/87">#87</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/adamchainz/flake8-logging">flake8-logging</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/adamchainz/flake8-logging/blob/main/CHANGELOG.rst">Changelog</a></li> <li><a href="https://github.com/adamchainz/flake8-logging/compare/1.5.0...1.6.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-logging<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/7d6424115c02543b5d37d6c0025eed70279e2eab"><code>7d64241</code></a>)</p> <ul> <li>chore(deps-dev): update coverage requirement from 7.4.3 to 7.4.4 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2189780880" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/84" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/84/hovercard" href="https://github.com/madpah/serializable/pull/84">#84</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.4.3...7.4.4">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/425f05e7161d21534730349965fc1b3e896b4c9f"><code>425f05e</code></a>)</p> <ul> <li>chore(deps-dev): update mypy requirement from 1.8.0 to 1.9.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2177063706" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/83" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/83/hovercard" href="https://github.com/madpah/serializable/pull/83">#83</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/python/mypy">mypy</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/python/mypy/blob/master/CHANGELOG.md">Changelog</a></li> <li><a href="https://github.com/python/mypy/compare/v1.8.0...1.9.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: mypy<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/9fa52975c1267b952d961c69bd47e820b74d8084"><code>9fa5297</code></a>)</p> <h2>Fix</h2> <ul> <li>fix: support deserialization of XML flat arrays where <code>child_name</code> does not conform to current formatter <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2224711898" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/89" data-hovercard-type="issue" data-hovercard-url="/madpah/serializable/issues/89/hovercard" href="https://github.com/madpah/serializable/issues/89">#89</a> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2224783322" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/90" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/90/hovercard" href="https://github.com/madpah/serializable/pull/90">#90</a>)</li> </ul> <p>Signed-off-by: Paul Horton &lt;<a href="mailto:paul.horton@owasp.org">paul.horton@owasp.org</a>&gt; (<a href="https://github.com/madpah/serializable/commit/ade5bd76cf945b7380dbeac5e6233417da2d26c6"><code>ade5bd7</code></a>)</p> github-actions[bot] tag:github.com,2008:Repository/523308511/v1.0.2 2024-03-01T08:22:27Z v1.0.2 <h1>v1.0.2 (2024-03-01)</h1> <p>Maintenance release.</p> <h2>Build</h2> <ul> <li>build: use poetry v1.8.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2162844447" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/81" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/81/hovercard" href="https://github.com/madpah/serializable/pull/81">#81</a>)</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/46a8d9e629ac502864a99acaa9418d1c5cd32388"><code>46a8d9e</code></a>)</p> <h2>Chore</h2> <ul> <li>chore(deps-dev): update coverage requirement from 7.4.1 to 7.4.3 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2152119546" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/79" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/79/hovercard" href="https://github.com/madpah/serializable/pull/79">#79</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.4.1...7.4.3">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/fbf9b0609227ebb31ee3f652358f3e18e5ef71b8"><code>fbf9b06</code></a>)</p> <ul> <li>chore(deps): bump Gr1N/setup-poetry from 8 to 9 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2152129529" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/80" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/80/hovercard" href="https://github.com/madpah/serializable/pull/80">#80</a>)</li> </ul> <p>Bumps <a href="https://github.com/gr1n/setup-poetry">Gr1N/setup-poetry</a> from 8 to 9.</p> <ul> <li><a href="https://github.com/gr1n/setup-poetry/releases">Release notes</a></li> <li><a href="https://github.com/gr1n/setup-poetry/compare/v8...v9">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: Gr1N/setup-poetry<br> dependency-type: direct:production<br> update-type: version-update:semver-major<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/3264bc6cf7ff7473968d506ea85ebc04ced0ea79"><code>3264bc6</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-quotes requirement from 3.3.2 to 3.4.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2139837577" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/77" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/77/hovercard" href="https://github.com/madpah/serializable/pull/77">#77</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/zheller/flake8-quotes">flake8-quotes</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/zheller/flake8-quotes/compare/3.3.2...3.4.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-quotes<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/8a5460a453eaad49faf0245e435147bac727eb9e"><code>8a5460a</code></a>)</p> <ul> <li>chore: typo in SECURITY.md (<a href="https://github.com/madpah/serializable/commit/06f557db1200f019029ed5646274862f3be62643"><code>06f557d</code></a>)</li> </ul> github-actions[bot] tag:github.com,2008:Repository/523308511/v1.0.1 2024-02-13T23:24:20Z v1.0.1 <h1>v1.0.1 (2024-02-13)</h1> <h2>Chore</h2> <ul> <li>chore(deps-dev): update coverage requirement from 7.4.0 to 7.4.1 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2103244091" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/69" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/69/hovercard" href="https://github.com/madpah/serializable/pull/69">#69</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/nedbat/coveragepy">coverage</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/nedbat/coveragepy/releases">Release notes</a></li> <li><a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">Changelog</a></li> <li><a href="https://github.com/nedbat/coveragepy/compare/7.4.0...7.4.1">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: coverage<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/447e6b8446382a8fdd27ffd83ed8bca03a7d9717"><code>447e6b8</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-bugbear requirement (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2128099319" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/71" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/71/hovercard" href="https://github.com/madpah/serializable/pull/71">#71</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/PyCQA/flake8-bugbear">flake8-bugbear</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/releases">Release notes</a></li> <li><a href="https://github.com/PyCQA/flake8-bugbear/compare/24.1.17...24.2.6">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-bugbear<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/e3e51a4f25a0bc521bc035ce0e0df2de669c166e"><code>e3e51a4</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-logging requirement from 1.4.0 to 1.5.0 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2103244132" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/70" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/70/hovercard" href="https://github.com/madpah/serializable/pull/70">#70</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/adamchainz/flake8-logging">flake8-logging</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/adamchainz/flake8-logging/blob/main/CHANGELOG.rst">Changelog</a></li> <li><a href="https://github.com/adamchainz/flake8-logging/compare/1.4.0...1.5.0">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-logging<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/aeca110db142699cae3b206640ba6dd6c6cbea74"><code>aeca110</code></a>)</p> <ul> <li>chore(deps-dev): update flake8-bugbear requirement (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2091912696" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/68" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/68/hovercard" href="https://github.com/madpah/serializable/pull/68">#68</a>)</li> </ul> <p>Updates the requirements on <a href="https://github.com/PyCQA/flake8-bugbear">flake8-bugbear</a> to permit the latest version.</p> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/releases">Release notes</a></li> <li><a href="https://github.com/PyCQA/flake8-bugbear/compare/23.12.2...24.1.17">Commits</a></li> </ul> <hr> <p>updated-dependencies:</p> <ul> <li>dependency-name: flake8-bugbear<br> dependency-type: direct:development<br> ...</li> </ul> <p>Signed-off-by: dependabot[bot] &lt;<a href="mailto:support@github.com">support@github.com</a>&gt;<br> Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt; (<a href="https://github.com/madpah/serializable/commit/1727d78783a893526ce402963c9ca4dcb86496a3"><code>1727d78</code></a>)</p> <h2>Fix</h2> <ul> <li>fix: serialization of <code>datetime</code> without timezone with local time offset (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2130092249" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/76" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/76/hovercard" href="https://github.com/madpah/serializable/pull/76">#76</a>)</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/06776baef2cc4b893550320c474128317f6276c1"><code>06776ba</code></a>)</p> <h2>Refactor</h2> <ul> <li>refactor: usage of <code>typing.Literal</code> as non-string (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2129073057" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/73" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/73/hovercard" href="https://github.com/madpah/serializable/pull/73">#73</a>)</li> </ul> <p>Signed-off-by: Jan Kowalleck &lt;<a href="mailto:jan.kowalleck@gmail.com">jan.kowalleck@gmail.com</a>&gt; (<a href="https://github.com/madpah/serializable/commit/32fbe2a5b2cbfa06ca8899d6e319a120971ee8e1"><code>32fbe2a</code></a>)</p> github-actions[bot] tag:github.com,2008:Repository/523308511/v1.0.0 2024-01-22T11:56:00Z v1.0.0 <h1>v1.0.0 (2024-01-22)</h1> <p><strong>Release of first major version 🎉</strong></p> <h2>BREAKING Changes</h2> <ul> <li>Dropped support for python &lt;3.8</li> </ul> <hr> <h2>What's Changed</h2> <ul> <li>chore: add <code>flake8-logging</code> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2069212386" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/61" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/61/hovercard" href="https://github.com/madpah/serializable/pull/61">#61</a></li> <li>feat!: v1.0.0 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2069131795" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/55" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/55/hovercard" href="https://github.com/madpah/serializable/pull/55">#55</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/madpah/serializable/compare/v0.17.1...v1.0.0"><tt>v0.17.1...v1.0.0</tt></a></p> github-actions[bot] tag:github.com,2008:Repository/523308511/v1.0.0-rc.1 2024-01-18T18:26:49Z v1.0.0-rc.1 <h1>v1.0.0-rc.1 (2024-01-18)</h1> <h2>BREAKING changes</h2> <ul> <li>Dropped support for python &lt;3.8</li> </ul> <hr> <p>Read the docs: <a href="https://py-serializable.readthedocs.io/en/dev-1.0.0/" rel="nofollow">https://py-serializable.readthedocs.io/en/dev-1.0.0/</a></p> <hr> <p>install a Release Candidate:</p> <div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ pip install py-serializable==1.0.0rc1 $ poetry add py-serializable==1.0.0rc1 # you get the idea ..."><pre>$ <span class="pl-s1">pip install py-serializable==1.0.0rc1</span> $ <span class="pl-s1">poetry add py-serializable==1.0.0rc1</span> # <span class="pl-s1">you get the idea ...</span></pre></div> <hr> <h2>What's Changed</h2> <ul> <li>feat!: drop python&lt;3.8 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2069128027" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/53" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/53/hovercard" href="https://github.com/madpah/serializable/pull/53">#53</a></li> <li>chore: bump dev tools by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2069134743" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/57" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/57/hovercard" href="https://github.com/madpah/serializable/pull/57">#57</a></li> <li>chore: migrate to tox4 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2069140324" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/59" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/59/hovercard" href="https://github.com/madpah/serializable/pull/59">#59</a></li> <li>chore: add <code>flake8-logging</code> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2069212386" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/61" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/61/hovercard" href="https://github.com/madpah/serializable/pull/61">#61</a></li> <li>refactor: straiten error logging by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2069308475" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/62" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/62/hovercard" href="https://github.com/madpah/serializable/pull/62">#62</a></li> <li>simplify logging by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2070245395" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/63" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/63/hovercard" href="https://github.com/madpah/serializable/pull/63">#63</a></li> <li>refactor: simplify imports by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2070305570" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/64" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/64/hovercard" href="https://github.com/madpah/serializable/pull/64">#64</a></li> <li>chore: drop lockfiles by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2088733517" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/65" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/65/hovercard" href="https://github.com/madpah/serializable/pull/65">#65</a></li> <li>chore: flake8 config to own file by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2088761401" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/66" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/66/hovercard" href="https://github.com/madpah/serializable/pull/66">#66</a></li> <li>chore: upgrade to python-semantic-release v8 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jkowalleck/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jkowalleck">@jkowalleck</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2088788909" data-permission-text="Title is private" data-url="https://github.com/madpah/serializable/issues/67" data-hovercard-type="pull_request" data-hovercard-url="/madpah/serializable/pull/67/hovercard" href="https://github.com/madpah/serializable/pull/67">#67</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/madpah/serializable/compare/v0.17.1...v1.0.0-rc.1"><tt>v0.17.1...v1.0.0-rc.1</tt></a></p> github-actions[bot]