Skip to content

Commit e93c44a

Browse files
author
LinkDotNet Bot
committed
Update Changelog.md for 0.5.0 release
1 parent a8d18d2 commit e93c44a

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.5.0] - 2022-12-26
10+
911
### Added
10-
- Added the following methods: `ReplaceRune`, `Replace`
12+
13+
- Added the following methods: `ReplaceRune`, `Replace`
1114

1215
### Changed
13-
- Renamed `AsRune` to `AsRuneSlice` and included some more documentation to highlight that this is a shared memory block.
16+
17+
- Renamed `AsRune` to `AsRuneSlice` and included some more documentation to highlight that this is a shared memory block.
1418

1519
## [0.4.0] - 2022-12-26
1620

@@ -42,7 +46,9 @@ This is the initial release for the `StringBuilder`.
4246

4347
- `StringBuilder` with some major methods like (`Insert`, `Remove`, `Append`)
4448

45-
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.4.0...HEAD
49+
[Unreleased]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.5.0...HEAD
50+
51+
[0.5.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.4.0...0.5.0
4652

4753
[0.4.0]: https://github.com/linkdotnet/golang-stringbuilder/compare/0.3.0...0.4.0
4854

0 commit comments

Comments
 (0)