File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.5.1] - 2022-12-27
10
+
9
11
### Fixed
10
- - Fixed a bug where find and friends and Replace did not work properly with umlauts or 2 (or more) byte character
12
+
13
+ - Fixed a bug where find and friends and Replace did not work properly with umlauts or 2 (or more) byte character
11
14
12
15
## [ 0.5.0] - 2022-12-26
13
16
@@ -49,7 +52,9 @@ This is the initial release for the `StringBuilder`.
49
52
50
53
- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
51
54
52
- [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.0...HEAD
55
+ [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.1...HEAD
56
+
57
+ [ 0.5.1 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.0...0.5.1
53
58
54
59
[ 0.5.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.4.0...0.5.0
55
60
You can’t perform that action at this time.
0 commit comments