File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
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
6
6
7
7
## [ Unreleased]
8
8
9
- ### Added
9
+ ## [ 0.7.0 ] - 2023-08-21
10
10
11
- - The string builder can be used in chaining operations. ` sb.Append("Hello").Append(" ").Append("World") `
11
+ \# ## Added
12
+
13
+ - The string builder can be used in chaining operations. ` sb.Append("Hello").Append(" ").Append("World") `
12
14
13
15
## [ 0.6.1] - 2022-12-28
14
16
@@ -24,7 +26,7 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
24
26
25
27
## [ 0.5.3] - 2022-12-28
26
28
27
- ### Changed
29
+ \ # ## Changed
28
30
29
31
- Smaller internal refactorings
30
32
@@ -80,7 +82,9 @@ This is the initial release for the `StringBuilder`.
80
82
81
83
- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
82
84
83
- [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.1...HEAD
85
+ [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.7.0...HEAD
86
+
87
+ [ 0.7.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.1...0.7.0
84
88
85
89
[ 0.6.1 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.0...0.6.1
86
90
You can’t perform that action at this time.
0 commit comments