File tree 1 file changed +7
-3
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.6.0] - 2022-12-28
10
+
9
11
### Added
10
12
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
12
14
13
15
## [ 0.5.3] - 2022-12-28
14
16
15
- ### Changed
17
+ \ # ## Changed
16
18
17
19
- Smaller internal refactorings
18
20
@@ -68,7 +70,9 @@ This is the initial release for the `StringBuilder`.
68
70
69
71
- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
70
72
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
72
76
73
77
[ 0.5.3 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.2...0.5.3
74
78
You can’t perform that action at this time.
0 commit comments