From 3bef660866a9752205390be9190bb5ce802e6764 Mon Sep 17 00:00:00 2001 From: limlam96 <103185696+limlam96@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:53:19 +0000 Subject: [PATCH 1/2] updated version and change log --- CHANGELOG.rst | 7 +++++++ tubular/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19d5fe8e..f0e9a95c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,13 @@ Subsections for each version can be one of the following; Each individual change should have a link to the pull request after the description of the change. +1.1.2 (2024-02-07) +------------------ + +Added +^^^^^ +- Updated NullIndicator to return int8 columns https://github.com/lvgig/tubular/pull/173 + 1.1.1 (2024-01-18) ------------------ diff --git a/tubular/_version.py b/tubular/_version.py index a82b376d..72f26f59 100644 --- a/tubular/_version.py +++ b/tubular/_version.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2" From 0651eafb7f6317751751354e9795cb7f2be06c57 Mon Sep 17 00:00:00 2001 From: limlam96 <103185696+limlam96@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:27:09 +0000 Subject: [PATCH 2/2] reformatted changelog edit --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f0e9a95c..8e650702 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,7 +21,7 @@ Each individual change should have a link to the pull request after the descript Added ^^^^^ -- Updated NullIndicator to return int8 columns https://github.com/lvgig/tubular/pull/173 +- Updated NullIndicator to return int8 columns `#173 https://github.com/lvgig/tubular/pull/173`_ 1.1.1 (2024-01-18) ------------------