Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmalik committed Oct 22, 2023
1 parent 114ab85 commit 4f3b9dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.0.3] - 2023-10-22

* 📚 [Added] Documented all functions with comment-based help.

## [0.0.2] - 2023-10-21

*[New] Add a GitHub workflow for publishing to the PowerShell Gallery.

## [0.0.1] - 2023-10-21

* 🎉 Initial release.
2 changes: 1 addition & 1 deletion Source/PSSemaphore.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSSemaphore.psm1'

# Version number of this module.
ModuleVersion = '0.0.2'
ModuleVersion = '0.0.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
1 change: 0 additions & 1 deletion ToDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

### Priority Tasks:

* All functions: Add comment-based help / syntax blocks.
* `Start-SemaphoreProjectTask -Wait` can only parse output if the following is set in ansible.cfg:
```
[defaults]
Expand Down

0 comments on commit 4f3b9dc

Please sign in to comment.