Skip to content

Commit e690191

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.7.0 release
1 parent 6929a2c commit e690191

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 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-
### Added
9+
## [0.7.0] - 2023-08-21
1010

11-
- The string builder can be used in chaining operations. `sb.Append("Hello").Append(" ").Append("World")`
11+
\### Added
12+
13+
- The string builder can be used in chaining operations. `sb.Append("Hello").Append(" ").Append("World")`
1214

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

@@ -24,7 +26,7 @@ All notable changes to **ValueStringBuilder** will be documented in this file. T
2426

2527
## [0.5.3] - 2022-12-28
2628

27-
### Changed
29+
\### Changed
2830

2931
- Smaller internal refactorings
3032

@@ -80,7 +82,9 @@ This is the initial release for the `StringBuilder`.
8082

8183
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
8284

83-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.1...HEAD
85+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.7.0...HEAD
86+
87+
[0.7.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.1...0.7.0
8488

8589
[0.6.1]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.0...0.6.1
8690

0 commit comments

Comments
 (0)