Skip to content

Commit 76dc99e

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.9.0 release
1 parent d94bc61 commit 76dc99e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 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.9.0] - 2023-08-26
10+
911
### Added
1012

11-
- `Trim`, `TrimStart`, `TrimEnd` are added to the string builder
13+
- `Trim`, `TrimStart`, `TrimEnd` are added to the string builder
1214

1315
## [0.8.0] - 2023-08-24
1416

@@ -92,7 +94,9 @@ This is the initial release for the `StringBuilder`.
9294

9395
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
9496

95-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.8.0...HEAD
97+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.9.0...HEAD
98+
99+
[0.9.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.8.0...0.9.0
96100

97101
[0.8.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.7.0...0.8.0
98102

0 commit comments

Comments
 (0)