File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,15 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66
77## [ Unreleased]
88
9+ ## [ 0.2.0] - 2022-12-23
10+
911### Added
10- * ` Clear ` methods
12+
13+ - ` Clear ` methods
1114
1215### Changed
13- * Changed ` NewFromString ` to ` NewStringBuilderFromString ` to stay closer to standards
16+
17+ - Changed ` NewFromString ` to ` NewStringBuilderFromString ` to stay closer to standards
1418
1519## [ 0.1.0] - 2022-12-21
1620
@@ -20,6 +24,8 @@ This is the initial release for the `StringBuilder`.
2024
2125- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
2226
23- [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.1.0...HEAD
27+ [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.2.0...HEAD
28+
29+ [ 0.2.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.1.0...0.2.0
2430
2531[ 0.1.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/12f8f67fb593ebe76a9794ea4a5362f6a8ae50d2...0.1.0
You can’t perform that action at this time.
0 commit comments