Skip to content

Commit b282927

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.2.0 release
1 parent 53bfa69 commit b282927

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.0] - 2022-12-23
10+
911
### Added
10-
* `Clear` methods
12+
13+
- `Clear` methods
1114

1215
### Changed
13-
* Changed `NewFromString` to `NewStringBuilderFromString` to stay closer to standards
16+
17+
- Changed `NewFromString` to `NewStringBuilderFromString` to stay closer to standards
1418

1519
## [0.1.0] - 2022-12-21
1620

@@ -20,6 +24,8 @@ This is the initial release for the `StringBuilder`.
2024

2125
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
2226

23-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.1.0...HEAD
27+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.2.0...HEAD
28+
29+
[0.2.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.1.0...0.2.0
2430

2531
[0.1.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/12f8f67fb593ebe76a9794ea4a5362f6a8ae50d2...0.1.0

0 commit comments

Comments
 (0)