diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 544a0e3d2..75bd900d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 @@ -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 diff --git a/python/docs/conf.py b/python/docs/conf.py index c5b1b7a92..50019078b 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -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.