From bb29db88852c9ab4f4563fccb810dc3c7d5bdf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erlend=20H=C3=A5rstad?= Date: Fri, 19 Mar 2021 13:05:26 +0100 Subject: [PATCH] Changelog v0.3.2 --- CHANGELOG.rst | 10 ++++++++++ python/docs/conf.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 512f29314..75bd900d9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,15 @@ 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.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 @@ -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.