Skip to content

Commit 5d8c92f

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.6.0 release
1 parent 7bb845b commit 5d8c92f

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,13 +6,15 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
66

77
## [Unreleased]
88

9+
## [0.6.0] - 2022-12-28
10+
911
### Added
1012

11-
- Implemented the `io.Writer` interface so it can be used with the `fmt` package
13+
- Implemented the `io.Writer` interface so it can be used with the `fmt` package
1214

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

15-
### Changed
17+
\### Changed
1618

1719
- Smaller internal refactorings
1820

@@ -68,7 +70,9 @@ This is the initial release for the `StringBuilder`.
6870

6971
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
7072

71-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.3...HEAD
73+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.0...HEAD
74+
75+
[0.6.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.3...0.6.0
7276

7377
[0.5.3]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.2...0.5.3
7478

0 commit comments

Comments
 (0)