Skip to content

Commit 11dec0a

Browse files
release: Servers101 0.1.1
Updating CHANGELOG, Release Notes, and README
1 parent a562eeb commit 11dec0a

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Servers101 0.1.1:
2+
3+
* New Servers:
4+
* MethodSwitchServer (#9)
5+
* SwitchRegexServer (#11)
6+
* Fixed
7+
* ContentType in Server101 (#10)
8+
9+
---
10+
111
## Servers101 0.1:
212

313
* Initial Release of Servers101
@@ -9,4 +19,4 @@
919
* `DebugServer` (#5)
1020
* `EventServer` (#6)
1121
* `DualEventServer` (#7)
12-
22+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Feel free to [contribute](contributing.md) and add your own.
2424
* [DebugServer.ps1](/Servers/DebugServer.ps1)
2525
* [DualEventServer.ps1](/Servers/DualEventServer.ps1)
2626
* [EventServer.ps1](/Servers/EventServer.ps1)
27+
* [MethodSwitchServer.ps1](/Servers/MethodSwitchServer.ps1)
2728
* [Server101.ps1](/Servers/Server101.ps1)
28-
* [SwitchServer.ps1](/Servers/SwitchServer.ps1)
29+
* [SwitchRegexServer.ps1](/Servers/SwitchRegexServer.ps1)
2930

3031
## Using this module
3132

Servers101.psd1

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'Servers101.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1'
15+
ModuleVersion = '0.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -108,6 +108,16 @@ PrivateData = @{
108108

109109
# ReleaseNotes of this module
110110
ReleaseNotes = @'
111+
## Servers101 0.1.1:
112+
113+
* New Servers:
114+
* MethodSwitchServer (#9)
115+
* SwitchRegexServer (#11)
116+
* Fixed
117+
* ContentType in Server101 (#10)
118+
119+
---
120+
111121
## Servers101 0.1:
112122
113123
* Initial Release of Servers101
@@ -119,8 +129,6 @@ PrivateData = @{
119129
* `DebugServer` (#5)
120130
* `EventServer` (#6)
121131
* `DualEventServer` (#7)
122-
123-
124132
'@
125133

126134
# Prerelease string of this module

0 commit comments

Comments
 (0)