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"