Skip to content

Commit d9f915e

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.5.1 release
1 parent 23553ea commit d9f915e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66

77
## [Unreleased]
88

9+
## [0.5.1] - 2022-12-27
10+
911
### 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
1114

1215
## [0.5.0] - 2022-12-26
1316

@@ -49,7 +52,9 @@ This is the initial release for the `StringBuilder`.
4952

5053
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
5154

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
5358

5459
[0.5.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.4.0...0.5.0
5560

0 commit comments

Comments
 (0)