File tree 1 file changed +9
-3
lines changed 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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.5.0] - 2022-12-26
10
+
9
11
### Added
10
- - Added the following methods: ` ReplaceRune ` , ` Replace `
12
+
13
+ - Added the following methods: ` ReplaceRune ` , ` Replace `
11
14
12
15
### Changed
13
- - Renamed ` AsRune ` to ` AsRuneSlice ` and included some more documentation to highlight that this is a shared memory block.
16
+
17
+ - Renamed ` AsRune ` to ` AsRuneSlice ` and included some more documentation to highlight that this is a shared memory block.
14
18
15
19
## [ 0.4.0] - 2022-12-26
16
20
@@ -42,7 +46,9 @@ This is the initial release for the `StringBuilder`.
42
46
43
47
- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
44
48
45
- [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.4.0...HEAD
49
+ [ Unreleased ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.0...HEAD
50
+
51
+ [ 0.5.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.4.0...0.5.0
46
52
47
53
[ 0.4.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.3.0...0.4.0
48
54
You can’t perform that action at this time.
0 commit comments