File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 0.9.0] - 2023-08-26
10+
911### Added
1012
11- - ` Trim ` , ` TrimStart ` , ` TrimEnd ` are added to the string builder
13+ - ` Trim ` , ` TrimStart ` , ` TrimEnd ` are added to the string builder
1214
1315## [ 0.8.0] - 2023-08-24
1416
@@ -92,7 +94,9 @@ This is the initial release for the `StringBuilder`.
9294
9395- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
9496
95- [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.8.0...HEAD
97+ [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.9.0...HEAD
98+
99+ [ 0.9.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.8.0...0.9.0
96100
97101[ 0.8.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.7.0...0.8.0
98102
You can’t perform that action at this time.
0 commit comments