From bd3d02ff5c3afcfc985ce475f7aa91aecfbf88e1 Mon Sep 17 00:00:00 2001 From: dalthviz Date: Tue, 31 Jan 2023 14:10:32 -0500 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 14 ++++++++++++++ envs_manager/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41728a1..dd2ecc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # History of changes +## Version 0.1.2 (2023-01-31) + +### Pull Requests Merged + +* [PR 26](https://github.com/spyder-ide/envs-manager/pull/26) - PR: Changes to environment packages listing and fix testing with micromamba 1.x, by [@dalthviz](https://github.com/dalthviz) +* [PR 25](https://github.com/spyder-ide/envs-manager/pull/25) - PR: Add list environments functionality per backend and don't remove env folder when deleting for conda-like backend, by [@dalthviz](https://github.com/dalthviz) +* [PR 24](https://github.com/spyder-ide/envs-manager/pull/24) - PR: Update README, by [@dalthviz](https://github.com/dalthviz) + +In this release 3 pull requests were closed. + + +---- + + ## Version 0.1.1 (2022-12-08) ### Issues Closed diff --git a/envs_manager/__about__.py b/envs_manager/__about__.py index eb05efb..6d5cb4a 100644 --- a/envs_manager/__about__.py +++ b/envs_manager/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Spyder Development Team and envs-manager contributors # # SPDX-License-Identifier: MIT -__version__ = "0.2.0.dev0" +__version__ = "0.1.2"