Skip to content

Commit 0e94072

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.10.0 release
1 parent 3f4929f commit 0e94072

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

77
## [Unreleased]
88

9+
## [0.10.0] - 2023-08-31
10+
911
### Added
1012

11-
- `Reverse` is added to the string builder
12-
- `Substring` is added to the string builder
13+
- `Reverse` is added to the string builder
14+
- `Substring` is added to the string builder
1315

1416
## [0.9.0] - 2023-08-26
1517

@@ -99,7 +101,9 @@ This is the initial release for the `StringBuilder`.
99101

100102
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
101103

102-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.9.0...HEAD
104+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.10.0...HEAD
105+
106+
[0.10.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.9.0...0.10.0
103107

104108
[0.9.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.8.0...0.9.0
105109

0 commit comments

Comments
 (0)