Skip to content

Commit

Permalink
Update for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Aug 27, 2024
1 parent e518ada commit ad50bc4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog][keep-a-changelog],
and this project adheres to [Semantic Versioning][semver].

[keep-a-changelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html

## [Unreleased]

## [0.2.1] - 2024-8-15

### Removed

- Remove Invoke-Expression (#18)

## [0.2.0] - 2024-8-15

### Added
Expand Down Expand Up @@ -35,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/ThomasNieto/Scoop/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/ThomasNieto/Scoop/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.2.1
[0.2.0]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.2.0
[0.1.3]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.3
[0.1.2]: https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.2
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Scoop

A PowerShell module wrapper for Scoop using PowerShell best practices.
An unofficial PowerShell module wrapper for Scoop using PowerShell best
practices.

## Installing Scoop

Expand All @@ -12,11 +13,11 @@ Install-PSResource -Name Scoop

## Cmdlets

* `Find-ScoopApp`
* `Get-ScoopApp`
* `Install-ScoopApp`
* `Uninstall-ScoopApp`
* `Update-ScoopApp`
* `Get-ScoopBucket`
* `Register-ScoopBucket`
* `Unregister-ScoopBucket`
- `Find-ScoopApp`
- `Get-ScoopApp`
- `Install-ScoopApp`
- `Uninstall-ScoopApp`
- `Update-ScoopApp`
- `Get-ScoopBucket`
- `Register-ScoopBucket`
- `Unregister-ScoopBucket`
2 changes: 1 addition & 1 deletion src/Scoop.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'Scoop.psm1'
ModuleVersion = '0.2.0'
ModuleVersion = '0.2.1'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '7603664e-144c-4083-a51d-399df057a37d'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit ad50bc4

Please sign in to comment.