Skip to content

Commit

Permalink
docs: update changelog for the relase
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosjv committed Oct 26, 2020
1 parent 5405899 commit 3684965
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ In this first we don't include major changes in functionality but there is a goo

### Added

- Don't drop the schema when creating the tables by default. A new parameter is introduced to do so.
- Provide options to select whether to drop the tables if exists and with cascade or not.
- Provide an option to autocommit the changes in the schema creation.
- feat: Don't drop the schema when creating the tables by default. A new parameter is introduced to do so.
- feat: Provide options to select whether to drop the tables if exists and with cascade or not.
- feat: Provide an option to autocommit the changes in the schema creation.
- feat: Validate jsonschema before launching the migrations

### Changed

- docs: Use different docs structure
- feat: Code is organized in a more object oriented model structure for easy extensibility and mantainability.
- tests: Use testscontainers to be able to tests the postgres inserts
- chore: Use poetry for dependency and publishing
- chore: Provide Makefile for development
- chore: More elaborate travis.ci to be able to push based on tags
- chore: Change the project structure for the company python standars
- tests: Use testscontainers to be able to tests the postgres inserts
- feat: code is organized in a more object oriented model structure for easy extensibility and mantainability.
- docs: Use different docs structure
Binary file modified docs/doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
13 changes: 7 additions & 6 deletions docs/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,21 +176,22 @@ <h2>[0.1.0] - 2020-10-26<a class="headerlink" href="#id1" title="Permalink to th
<div class="section" id="added">
<h3>Added<a class="headerlink" href="#added" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Don’t drop the schema when creating the tables by default. A new parameter is introduced to do so.</p></li>
<li><p>Provide options to select whether to drop the tables if exists and with cascade or not.</p></li>
<li><p>Provide an option to autocommit the changes in the schema creation.</p></li>
<li><p>feat: Don’t drop the schema when creating the tables by default. A new parameter is introduced to do so.</p></li>
<li><p>feat: Provide options to select whether to drop the tables if exists and with cascade or not.</p></li>
<li><p>feat: Provide an option to autocommit the changes in the schema creation.</p></li>
<li><p>feat: Validate jsonschema before launching the migrations</p></li>
</ul>
</div>
<div class="section" id="changed">
<h3>Changed<a class="headerlink" href="#changed" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>docs: Use different docs structure</p></li>
<li><p>feat: Code is organized in a more object oriented model structure for easy extensibility and mantainability.</p></li>
<li><p>tests: Use testscontainers to be able to tests the postgres inserts</p></li>
<li><p>chore: Use poetry for dependency and publishing</p></li>
<li><p>chore: Provide Makefile for development</p></li>
<li><p>chore: More elaborate travis.ci to be able to push based on tags</p></li>
<li><p>chore: Change the project structure for the company python standars</p></li>
<li><p>tests: Use testscontainers to be able to tests the postgres inserts</p></li>
<li><p>feat: code is organized in a more object oriented model structure for easy extensibility and mantainability.</p></li>
<li><p>docs: Use different docs structure</p></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3684965

Please sign in to comment.