From 719b6558c078fbbf7d6aab05ce67e50edb2b75ab Mon Sep 17 00:00:00 2001 From: Christopher Doris Date: Fri, 27 Jan 2023 10:25:46 +0000 Subject: [PATCH] bump --- CHANGELOG.md | 5 +++-- Project.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497d640..fc21091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## Unreleased +## 0.2.17 (2023-01-27) * Adds named shared environments: `JULIA_CONDAPKG_ENV=@`. * Add `update` function and PkgREPL command. +* The shared environment from using the `Current` backend is treated the same as other + shared environments. * Bug fixes. - ## 0.2.16 (2023-01-23) * Allow `JULIA_CONDAPKG_ENV` to specify the location of a shared Conda environment. * The PkgREPL now supports the prefixes `@` for versions and `#` for build string. diff --git a/Project.toml b/Project.toml index 2241681..ff551d2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CondaPkg" uuid = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" authors = ["Christopher Doris "] -version = "0.2.16" +version = "0.2.17" [deps] JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"