Skip to content

Commit 55e4480

Browse files
author
James Brundage
committed
release: WebSocket 0.1.1
Updating Release Notes and CHANGELOG
1 parent 71e97dc commit 55e4480

File tree

2 files changed

+40
-11
lines changed

2 files changed

+40
-11
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
## WebSocket 0.1
2-
31
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
42
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
53
4+
## WebSocket 0.1.1
5+
6+
* WebSocket GitHub Action
7+
* Run any `*.WebSocket.ps1` files in a repository (#24)
8+
* WebSocket container updates
9+
* Container now runs mounted `*.WebSocket.ps1` files (#26)
10+
* Get-WebSocket improvements:
11+
* New Parameters:
12+
* -Maximum (#22)
13+
* -TimeOut (#23)
14+
* -WatchFor (#29)
15+
* -RawText (#30)
16+
* -Binary (#31)
17+
* WebSocket Testing (#25)
18+
* Adding FUNDING.yml (#14)
19+
20+
---
21+
22+
## WebSocket 0.1
23+
624
* Initial Release of WebSocket module
725
* Get-WebSocket gets content from a WebSocket
826
* Docker container for WebSocket

WebSocket.psd1

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.1'
2+
ModuleVersion = '0.1.1'
33
RootModule = 'WebSocket.psm1'
44
Guid = '75c70c8b-e5eb-4a60-982e-a19110a1185d'
55
Author = 'James Brundage'
@@ -12,17 +12,28 @@
1212
ProjectURI = 'https://github.com/PowerShellWeb/WebSocket'
1313
LicenseURI = 'https://github.com/PowerShellWeb/WebSocket/blob/main/LICENSE'
1414
ReleaseNotes = @'
15-
## WebSocket 0.1
16-
1715
> Like It? [Star It](https://github.com/PowerShellWeb/WebSocket)
1816
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
1917
20-
* Initial Release of WebSocket module
21-
* Get-WebSocket gets content from a WebSocket
22-
* Docker container for WebSocket
23-
* Build Workflow
24-
* WebSocket Logo
25-
* WebSocket website
18+
## WebSocket 0.1.1
19+
20+
* WebSocket GitHub Action
21+
* Run any `*.WebSocket.ps1` files in a repository (#24)
22+
* WebSocket container updates
23+
* Container now runs mounted `*.WebSocket.ps1` files (#26)
24+
* Get-WebSocket improvements:
25+
* New Parameters:
26+
* -Maximum (#22)
27+
* -TimeOut (#23)
28+
* -WatchFor (#29)
29+
* -RawText (#30)
30+
* -Binary (#31)
31+
* WebSocket Testing (#25)
32+
* Adding FUNDING.yml (#14)
33+
34+
---
35+
36+
Additional details available in the [CHANGELOG](CHANGELOG.md)
2637
'@
2738
}
2839
}

0 commit comments

Comments
 (0)