File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 0.6.0] - 2022-12-28
10+
911### Added
1012
11- - Implemented the ` io.Writer ` interface so it can be used with the ` fmt ` package
13+ - Implemented the ` io.Writer ` interface so it can be used with the ` fmt ` package
1214
1315## [ 0.5.3] - 2022-12-28
1416
15- ### Changed
17+ \ # ## Changed
1618
1719- Smaller internal refactorings
1820
@@ -68,7 +70,9 @@ This is the initial release for the `StringBuilder`.
6870
6971- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
7072
71- [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.3...HEAD
73+ [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.0...HEAD
74+
75+ [ 0.6.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.3...0.6.0
7276
7377[ 0.5.3 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.2...0.5.3
7478
You can’t perform that action at this time.
0 commit comments