Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 4, 2023
1 parent 1e00ba7 commit 66fc15f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <plugin-name> : 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 <plugin-name> : 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 <plugin-name> : Remove named plugin according to .plugin-versions file
asdf-plugin-manager remove-all : Remove all plugins according to .plugin-versions file
```
Expand Down

0 comments on commit 66fc15f

Please sign in to comment.