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.5.0] - 2022-12-26
10+
911### Added
10- - Added the following methods: ` ReplaceRune ` , ` Replace `
12+
13+ - Added the following methods: ` ReplaceRune ` , ` Replace `
1114
1215### 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.
1418
1519## [ 0.4.0] - 2022-12-26
1620
@@ -42,7 +46,9 @@ This is the initial release for the `StringBuilder`.
4246
4347- ` StringBuilder ` with some major methods like (` Insert ` , ` Remove ` , ` Append ` )
4448
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
4652
4753[ 0.4.0 ] : https://github.com/linkdotnet/golang-stringbuilder/compare/0.3.0...0.4.0
4854
You can’t perform that action at this time.
0 commit comments