Skip to content

Commit bd1cce4

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.8.0 release
1 parent 0d216b0 commit bd1cce4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
### Added
10-
- The string builder can now be used to append integers, boolean & collection of strings. `sb.AppendInt(1).AppendBool(true).AppendList([]string{"a", "b", "c"})`
9+
## [0.8.0] - 2023-08-24
10+
11+
### Added
12+
13+
- The string builder can now be used to append integers, boolean & collection of strings. `sb.AppendInt(1).AppendBool(true).AppendList([]string{"a", "b", "c"})`
1114

1215
## [0.7.0] - 2023-08-21
1316

@@ -85,7 +88,9 @@ This is the initial release for the `StringBuilder`.
8588

8689
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
8790

88-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.7.0...HEAD
91+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.8.0...HEAD
92+
93+
[0.8.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.7.0...0.8.0
8994

9095
[0.7.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.6.1...0.7.0
9196

0 commit comments

Comments
 (0)