Skip to content

Commit

Permalink
added text for 0.0.8 and fixed 0.0.7 text
Browse files Browse the repository at this point in the history
  • Loading branch information
jcari-dev committed Aug 24, 2024
1 parent 09d7eb6 commit 80875c2
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 41 deletions.
32 changes: 21 additions & 11 deletions _sources/changelog.rst.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
Changelog
=========

0.0.8 - 2024-08-24
------------------
*Released*
- Launched live documentation on GitHub Pages.
- Documentation now links properly to all relevant sections and is stable.

0.0.7 - 2024-08-24
------------------
**Added**
- Polished documentation, added database download and country data pages.
- Finished the `get_country_profile` method, now it is a lot more refined and better.
- Database is now shipped as a gzip and then decompressed for the package to use.
- Added basic tests (need to be expanded).
- Incorporated tox, to be able to test in different Python versions and tests behave accordingly.
- Bumped the requirement for the package to Python 3.8+ (support for Python 3.7 or earlier is now deprecated).
- Added the --version cli command for the package.
- Methods are now fragmented to facilitate testing.
- Many smaller other fixes and enhancements.
- Databases are now de-fragmented prior to final release.
*Added*
- Polished documentation, introduced database download and country data pages.
- Completed the `get_country_profile` method, making it more refined.
- Basic tests integrated (will be expanded).
- Added `--version` CLI command.
- Fragmented methods to improve testability.
- Python version requirement updated to 3.8+. Support for Python 3.7 and earlier deprecated.
- Added tox for multi-version testing.
- Database shipped as gzip, decompressed for use.

*Fixed*
- Applied various smaller fixes and enhancements.

*Enhanced*
- Defragmented databases before final release.

0.0.6 - 2024-08-20
------------------
Expand Down
57 changes: 33 additions & 24 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="roadmap.html">Roadmap</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.0.7 - 2024-08-24</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.0.6 - 2024-08-20</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.0.5 - 2024-08-19</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.0.4 - 2024-08-19</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">0.0.3 - 2024-08-16</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.0.8 - 2024-08-24</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.0.7 - 2024-08-24</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.0.6 - 2024-08-20</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.0.5 - 2024-08-19</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">0.0.4 - 2024-08-19</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id6">0.0.3 - 2024-08-16</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
Expand Down Expand Up @@ -93,42 +94,50 @@
<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
<section id="id1">
<h2>0.0.7 - 2024-08-24<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<p><strong>Added</strong>
- Polished documentation, added database download and country data pages.
- Finished the <cite>get_country_profile</cite> method, now it is a lot more refined and better.
- Database is now shipped as a gzip and then decompressed for the package to use.
- Added basic tests (need to be expanded).
- Incorporated tox, to be able to test in different Python versions and tests behave accordingly.
- Bumped the requirement for the package to Python 3.8+ (support for Python 3.7 or earlier is now deprecated).
- Added the –version cli command for the package.
- Methods are now fragmented to facilitate testing.
- Many smaller other fixes and enhancements.
- Databases are now de-fragmented prior to final release.</p>
<h2>0.0.8 - 2024-08-24<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
<p><em>Released</em>
- Launched live documentation on GitHub Pages.
- Documentation now links properly to all relevant sections and is stable.</p>
</section>
<section id="id2">
<h2>0.0.6 - 2024-08-20<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<h2>0.0.7 - 2024-08-24<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
<p><em>Added</em>
- Polished documentation, introduced database download and country data pages.
- Completed the <cite>get_country_profile</cite> method, making it more refined.
- Basic tests integrated (will be expanded).
- Added <cite>–version</cite> CLI command.
- Fragmented methods to improve testability.
- Python version requirement updated to 3.8+. Support for Python 3.7 and earlier deprecated.
- Added tox for multi-version testing.
- Database shipped as gzip, decompressed for use.</p>
<p><em>Fixed</em>
- Applied various smaller fixes and enhancements.</p>
<p><em>Enhanced</em>
- Defragmented databases before final release.</p>
</section>
<section id="id3">
<h2>0.0.6 - 2024-08-20<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
<p><strong>Added</strong>
- Added Algeria country data.
- Ensured uniqueness for languages in the dataset.</p>
</section>
<section id="id3">
<h2>0.0.5 - 2024-08-19<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
<section id="id4">
<h2>0.0.5 - 2024-08-19<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
<p><strong>Added</strong>
- Completed country data for Albania.
- Added support for Daylight Savings Time (DST).</p>
<p><strong>Fixed</strong>
- Updated largest city and coordinates for each country model.</p>
</section>
<section id="id4">
<h2>0.0.4 - 2024-08-19<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
<section id="id5">
<h2>0.0.4 - 2024-08-19<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
<p><strong>Added</strong>
- Introduced the <cite>Continent</cite> model following the 7-continent approach.
- Added the <cite>needs_updated</cite> and <cite>last_updated</cite> fields to the country model.
- Introduced office terms for prime ministers, presidents, and other leaders.</p>
</section>
<section id="id5">
<h2>0.0.3 - 2024-08-16<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
<section id="id6">
<h2>0.0.3 - 2024-08-16<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
<p><strong>Added</strong>
- Initial base model.
- Added data for Afghanistan (0.35% completion).
Expand Down
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,12 @@ <h2>Key Features<a class="headerlink" href="#key-features" title="Link to this h
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">0.0.7 - 2024-08-24</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.0.6 - 2024-08-20</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.0.5 - 2024-08-19</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.0.4 - 2024-08-19</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id5">0.0.3 - 2024-08-16</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">0.0.8 - 2024-08-24</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.0.7 - 2024-08-24</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.0.6 - 2024-08-20</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.0.5 - 2024-08-19</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id5">0.0.4 - 2024-08-19</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id6">0.0.3 - 2024-08-16</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a><ul>
Expand Down
Loading

0 comments on commit 80875c2

Please sign in to comment.