From b8d3597da2676d5b471594f61f6f07391b7fc76d Mon Sep 17 00:00:00 2001 From: auto Date: Mon, 10 Oct 2022 17:44:33 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++++ datalad_container/version.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c324e9c8..a5a53b7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 1.1.8 (Mon Oct 10 2022) + +#### ๐Ÿ› Bug Fix + +- Replace `simplejson` with `json` [#182](https://github.com/datalad/datalad-container/pull/182) ([@christian-monch](https://github.com/christian-monch)) + +#### ๐Ÿ“ Documentation + +- codespell fix some typos [#184](https://github.com/datalad/datalad-container/pull/184) ([@yarikoptic](https://github.com/yarikoptic)) + +#### ๐Ÿงช Tests + +- Reenabling tests using SingularityHub [#180](https://github.com/datalad/datalad-container/pull/180) ([@yarikoptic](https://github.com/yarikoptic)) + +#### Authors: 2 + +- Christian Mรถnch ([@christian-monch](https://github.com/christian-monch)) +- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) + +--- + # 1.1.7 (Tue Aug 30 2022) #### ๐Ÿ› Bug Fix diff --git a/datalad_container/version.py b/datalad_container/version.py index bf788263..3d30a5ff 100644 --- a/datalad_container/version.py +++ b/datalad_container/version.py @@ -1 +1 @@ -__version__ = "1.1.7" +__version__ = "1.1.8"