Skip to content

Commit

Permalink
Prepare for the v0.1.1 release (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw authored May 3, 2023
1 parent a916dbd commit 2e500e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [0.1.1] - 2023-05-03

- Set `tooltip` only if it's different from the completion text (#26)
- Move the git handler into its own folder (#25)
- Make ad-hoc fixes for issues found out while using the module (#23)
- Add argument prediction for some basic git command (#21)
- Allow argument completion on `cd` and `dir` (#20, #27)
- Set the predictor Runspace name (#16) (Thanks @ThomasNieto!)
- Update .psd1 file to include the project uri (#18)

[0.1.1]: https://github.com/PowerShell/PSReadLine/compare/v0.1.0...v0.1.1

## [0.1.0] - 2022-04-06

Initial release of the `CompletionPredictor` module:
Expand Down
2 changes: 1 addition & 1 deletion src/CompletionPredictor.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

@{
ModuleVersion = '0.1.0'
ModuleVersion = '0.1.1'
GUID = 'dab36133-7065-440d-ac9a-821187afc400'
Author = 'PowerShell'
CompanyName = "Microsoft Corporation"
Expand Down

0 comments on commit 2e500e4

Please sign in to comment.