Skip to content

Commit

Permalink
Merge pull request #345 from ErlendHaa/changelog0.3.2
Browse files Browse the repository at this point in the history
Changelog v0.3.2
  • Loading branch information
ErlendHaa authored Mar 19, 2021
2 parents 90d5efb + bb29db8 commit b2d73df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@ complete overview of changes, please refer to the git log.
The format is based on `Keep a Changelog`_,
but most notably, without sectioning changes into type-of-change.

0.3.1_ - 2020.03.10
0.3.2_ - 2021.03.19
-------------------

* Added support for reading the LIS79 record types: Job Identification,
Wellsite Data and Tool String Info.
* Fixes a bug that led dlisio to attempt to read curves with multiple entries
in each sample, even though such support was never implemented. Now a
NotImplementedError is raised.

0.3.1_ - 2021.03.10
-------------------
* Solves an issue in the Windows deploy pipeline on Appveyor that resulted in
the pipeline failing to upload the python wheels to PyPi.

0.3.0_ - 2020.03.09
0.3.0_ - 2021.03.09
-------------------
* Added an initial pass at a Log Information Standard 79 (LIS79) reader. Like
the DLIS reader, the new LIS reader is mainly implemented in C/C++ with
Expand Down Expand Up @@ -217,6 +226,7 @@ but most notably, without sectioning changes into type-of-change.
.. _`Keep a changelog`: https://keepachangelog.com/en/1.0.0/
.. _readthedocs: https://dlisio.readthedocs.io/en/stable/

.. _0.3.2: https://github.com/equinor/dlisio/compare/v0.3.1...v0.3.2
.. _0.3.1: https://github.com/equinor/dlisio/compare/v0.3.0...v0.3.1
.. _0.3.0: https://github.com/equinor/dlisio/compare/v0.2.6...v0.3.0
.. _0.2.6: https://github.com/equinor/dlisio/compare/v0.2.5...v0.2.6
Expand Down
2 changes: 1 addition & 1 deletion python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# pass

# The full version, including alpha/beta/rc tags.
release = "0.3.0"
release = "0.3.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit b2d73df

Please sign in to comment.