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,9 +6,11 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 0.6.1] - 2022-12-28
10+
911### Fixed
1012
11- - ` Write ` did not return the correct amount of added characters
13+ - ` Write ` did not return the correct amount of added characters
1214
1315## [ 0.6.0] - 2022-12-28
1416
@@ -18,7 +20,7 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
1820
1921## [ 0.5.3] - 2022-12-28
2022
21- ### Changed
23+ \ # ## Changed
2224
2325- Smaller internal refactorings
2426
@@ -74,7 +76,9 @@ This is the initial release for the `StringBuilder`.
7476
7577- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
7678
77- [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.0...HEAD
79+ [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.1...HEAD
80+
81+ [ 0.6.1 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.0...0.6.1
7882
7983[ 0.6.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.3...0.6.0
8084
You can’t perform that action at this time.
0 commit comments