Skip to content

Commit 0f71c5c

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.6.1 release
1 parent 3c512bd commit 0f71c5c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.6.1] - 2022-12-28
10+
911
### Fixed
1012

11-
- `Write` did not return the correct amount of added characters
13+
- `Write` did not return the correct amount of added characters
1214

1315
## [0.6.0] - 2022-12-28
1416

@@ -18,7 +20,7 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
1820

1921
## [0.5.3] - 2022-12-28
2022

21-
### Changed
23+
\### Changed
2224

2325
- Smaller internal refactorings
2426

@@ -74,7 +76,9 @@ This is the initial release for the `StringBuilder`.
7476

7577
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
7678

77-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.0...HEAD
79+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.1...HEAD
80+
81+
[0.6.1]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.0...0.6.1
7882

7983
[0.6.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.3...0.6.0
8084

0 commit comments

Comments
 (0)