From 66fc15f31bef3c24579dfc518bba0eb23f0e756b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:36:24 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#16) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 ++ 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be486c4..5d38a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.0](https://github.com/asdf-community/asdf-plugin-manager/compare/v1.0.0...v1.1.0) (2023-09-04) + +### Refactor + +* add flag to remove plugin if it's already installed ([#14](https://github.com/asdf-community/asdf-plugin-manager/issues/14)) ([1369b04](https://github.com/asdf-community/asdf-plugin-manager/commit/1369b04bf24c6e6f53f0db4e99f61b19c5dbd3ee)) + + +### Features + +* add update and update-all options ([#15](https://github.com/asdf-community/asdf-plugin-manager/issues/15)) ([426f70e](https://github.com/asdf-community/asdf-plugin-manager/commit/426f70e9a5abfe7c77b3df44db7a84a6af901a63)) ([#18](https://github.com/asdf-community/asdf-plugin-manager/issues/18)) ([1e00ba7](https://github.com/asdf-community/asdf-plugin-manager/commit/1e00ba70ff7b76288d27c9fdcda180a10740326f)) + + +### Bug Fixes + +* ensure 2nd arg is provided for the options need it ([#17](https://github.com/asdf-community/asdf-plugin-manager/issues/17)) ([a6664fd](https://github.com/asdf-community/asdf-plugin-manager/commit/a6664fd1dbb2322705b0c184fcb9ae0aa1da9f01)) + ## 1.0.0 (2023-08-07) diff --git a/README.md b/README.md index ad3d9da..af74800 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ asdf-plugin-manager export : List currently installed plugins to b asdf-plugin-manager list : List plugins in .plugin-versions file asdf-plugin-manager add : Add named plugin according to .plugin-versions file asdf-plugin-manager add-all : Add all plugins according to .plugin-versions file +asdf-plugin-manager update : Update named plugin to latest in the system and in the .plugin-versions file +asdf-plugin-manager update-all : Update all plugins to latest in the system and in the .plugin-versions file asdf-plugin-manager remove : Remove named plugin according to .plugin-versions file asdf-plugin-manager remove-all : Remove all plugins according to .plugin-versions file ```