|
| 1 | +<!DOCTYPE html> |
| 2 | +<html class="writer-html5" lang="en" > |
| 3 | +<head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="author" content="FAIR Data Innovations Hub" /> |
| 7 | + <link rel="shortcut icon" href="../../img/favicon.ico" /> |
| 8 | + <title>Release Notes - poster2json</title> |
| 9 | + <link rel="stylesheet" href="../../css/theme.css" /> |
| 10 | + <link rel="stylesheet" href="../../css/theme_extra.css" /> |
| 11 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" /> |
| 12 | + |
| 13 | + <script> |
| 14 | + // Current page data |
| 15 | + var mkdocs_page_name = "Release Notes"; |
| 16 | + var mkdocs_page_input_path = "about/changelog.md"; |
| 17 | + var mkdocs_page_url = null; |
| 18 | + </script> |
| 19 | + |
| 20 | + <!--[if lt IE 9]> |
| 21 | + <script src="../../js/html5shiv.min.js"></script> |
| 22 | + <![endif]--> |
| 23 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script> |
| 24 | + <script>hljs.highlightAll();</script> |
| 25 | +</head> |
| 26 | + |
| 27 | +<body class="wy-body-for-nav" role="document"> |
| 28 | + |
| 29 | + <div class="wy-grid-for-nav"> |
| 30 | + <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> |
| 31 | + <div class="wy-side-scroll"> |
| 32 | + <div class="wy-side-nav-search"> |
| 33 | + <a href="../.." class="icon icon-home"> poster2json |
| 34 | + </a><div role="search"> |
| 35 | + <form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get"> |
| 36 | + <input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" /> |
| 37 | + </form> |
| 38 | +</div> |
| 39 | + </div> |
| 40 | + |
| 41 | + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> |
| 42 | + <ul> |
| 43 | + <li class="toctree-l1"><a class="reference internal" href="../..">Home</a> |
| 44 | + </li> |
| 45 | + </ul> |
| 46 | + <p class="caption"><span class="caption-text">About</span></p> |
| 47 | + <ul class="current"> |
| 48 | + <li class="toctree-l1 current"><a class="reference internal current" href="#">Release Notes</a> |
| 49 | + <ul class="current"> |
| 50 | + <li class="toctree-l2"><a class="reference internal" href="#011-2026-02-04">[0.1.1] - 2026-02-04</a> |
| 51 | + <ul> |
| 52 | + <li class="toctree-l3"><a class="reference internal" href="#added">Added</a> |
| 53 | + </li> |
| 54 | + </ul> |
| 55 | + </li> |
| 56 | + <li class="toctree-l2"><a class="reference internal" href="#010-2026-02-04">[0.1.0] - 2026-02-04</a> |
| 57 | + <ul> |
| 58 | + <li class="toctree-l3"><a class="reference internal" href="#added_1">Added</a> |
| 59 | + </li> |
| 60 | + </ul> |
| 61 | + </li> |
| 62 | + </ul> |
| 63 | + </li> |
| 64 | + <li class="toctree-l1"><a class="reference internal" href="../contributing/">Contributor Guide</a> |
| 65 | + </li> |
| 66 | + <li class="toctree-l1"><a class="reference internal" href="../license/">License</a> |
| 67 | + </li> |
| 68 | + </ul> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + </nav> |
| 72 | + |
| 73 | + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
| 74 | + <nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu"> |
| 75 | + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
| 76 | + <a href="../..">poster2json</a> |
| 77 | + |
| 78 | + </nav> |
| 79 | + <div class="wy-nav-content"> |
| 80 | + <div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation"> |
| 81 | + <ul class="wy-breadcrumbs"> |
| 82 | + <li><a href="../.." class="icon icon-home" aria-label="Docs"></a></li> |
| 83 | + <li class="breadcrumb-item">About</li> |
| 84 | + <li class="breadcrumb-item active">Release Notes</li> |
| 85 | + <li class="wy-breadcrumbs-aside"> |
| 86 | + <a href="https://github.com/fairdataihub/poster2json/edit/main/about/changelog.md" class="icon icon-github"> Edit on GitHub</a> |
| 87 | + </li> |
| 88 | + </ul> |
| 89 | + <hr/> |
| 90 | +</div> |
| 91 | + <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
| 92 | + <div class="section" itemprop="articleBody"> |
| 93 | + |
| 94 | + <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">¶</a></h1> |
| 95 | +<p>All notable changes to this project will be documented in this file.</p> |
| 96 | +<p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>, |
| 97 | +and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> |
| 98 | +<h2 id="011-2026-02-04">[0.1.1] - 2026-02-04<a class="headerlink" href="#011-2026-02-04" title="Permanent link">¶</a></h2> |
| 99 | +<h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">¶</a></h3> |
| 100 | +<ul> |
| 101 | +<li>Add documentation to the package.</li> |
| 102 | +<li>Add tests to the package.</li> |
| 103 | +<li>Update the logo for the package.</li> |
| 104 | +</ul> |
| 105 | +<h2 id="010-2026-02-04">[0.1.0] - 2026-02-04<a class="headerlink" href="#010-2026-02-04" title="Permanent link">¶</a></h2> |
| 106 | +<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3> |
| 107 | +<ul> |
| 108 | +<li>Initial poster2json package.</li> |
| 109 | +</ul> |
| 110 | + |
| 111 | + </div> |
| 112 | + </div><footer> |
| 113 | + <div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation"> |
| 114 | + <a href="../.." class="btn btn-neutral float-left" title="Home"><span class="icon icon-circle-arrow-left"></span> Previous</a> |
| 115 | + <a href="../contributing/" class="btn btn-neutral float-right" title="Contributor Guide">Next <span class="icon icon-circle-arrow-right"></span></a> |
| 116 | + </div> |
| 117 | + |
| 118 | + <hr/> |
| 119 | + |
| 120 | + <div role="contentinfo"> |
| 121 | + <!-- Copyright etc --> |
| 122 | + </div> |
| 123 | + |
| 124 | + Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. |
| 125 | +</footer> |
| 126 | + |
| 127 | + </div> |
| 128 | + </div> |
| 129 | + |
| 130 | + </section> |
| 131 | + |
| 132 | + </div> |
| 133 | + |
| 134 | + <div class="rst-versions" role="note" aria-label="Versions"> |
| 135 | + <span class="rst-current-version" data-toggle="rst-current-version"> |
| 136 | + |
| 137 | + <span> |
| 138 | + <a href="https://github.com/fairdataihub/poster2json" class="fa fa-github" style="color: #fcfcfc"> GitHub</a> |
| 139 | + </span> |
| 140 | + |
| 141 | + |
| 142 | + <span><a href="../.." style="color: #fcfcfc">« Previous</a></span> |
| 143 | + |
| 144 | + |
| 145 | + <span><a href="../contributing/" style="color: #fcfcfc">Next »</a></span> |
| 146 | + |
| 147 | + </span> |
| 148 | +</div> |
| 149 | + <script src="../../js/jquery-3.6.0.min.js"></script> |
| 150 | + <script>var base_url = "../..";</script> |
| 151 | + <script src="../../js/theme_extra.js"></script> |
| 152 | + <script src="../../js/theme.js"></script> |
| 153 | + <script src="../../search/main.js"></script> |
| 154 | + <script> |
| 155 | + jQuery(function () { |
| 156 | + SphinxRtdTheme.Navigation.enable(true); |
| 157 | + }); |
| 158 | + </script> |
| 159 | + |
| 160 | +</body> |
| 161 | +</html> |
0 commit comments