Skip to content

Commit ee2e619

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 1.0.0 release
1 parent 4440b77 commit ee2e619

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

77
## [Unreleased]
88

9+
## [1.0.0] - 2022-04-12
10+
911
### Added
1012

11-
- `LastIndexOf` to find the last occurence in the represented string.
12-
- `ReplaceGeneric<T>` added for generic replacement in the string builder. Can have performance / allocation penalties in comparison to the non-generic version.
13+
- `LastIndexOf` to find the last occurence in the represented string.
14+
- `ReplaceGeneric<T>` added for generic replacement in the string builder. Can have performance / allocation penalties in comparison to the non-generic version.
1315

1416
## [0.9.5] - 2022-04-10
1517

@@ -55,6 +57,8 @@ This release brings extensions to the `ValueStringBuilder` API. For `v1.0` the `
5557

5658
- Initial release
5759

58-
[Unreleased]: https://github.com/linkdotnet/StringBuilder/compare/0.9.5...HEAD
60+
[Unreleased]: https://github.com/linkdotnet/StringBuilder/compare/1.0.0...HEAD
61+
62+
[1.0.0]: https://github.com/linkdotnet/StringBuilder/compare/0.9.5...1.0.0
5963

60-
[0.9.5]: https://github.com/linkdotnet/StringBuilder/compare/0.9.4...0.9.5
64+
[0.9.5]: https://github.com/linkdotnet/StringBuilder/compare/0.9.4...0.9.5

0 commit comments

Comments
 (0)