Skip to content

Commit

Permalink
8.0.0 is DONE!
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBock committed Jan 22, 2024
1 parent 4655dab commit 48ee7e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.0.0-alpha.3] - Not Yet Released
## [8.0.0] - 2024-01-22

### Changed

- Final release for 8.0.0

## [8.0.0-alpha.3] - 2024-01-21

### Changed

Expand All @@ -23,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated handler list generation to reduce allocations (issue [#292](https://github.com/JasonBock/Rocks/issues/292)) and (issue [#293](https://github.com/JasonBock/Rocks/issues/293))
- Updated handler list generation to reduce allocations (issue [#292](https://github.com/JasonBock/Rocks/issues/292) and issue [#293](https://github.com/JasonBock/Rocks/issues/293))

## [8.0.0-alpha.1] - 2024-01-13

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<Nullable>enable</Nullable>
<TargetFramework>net8.0</TargetFramework>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<Version>8.0.0-alpha.3</Version>
<Version>8.0.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 48ee7e8

Please sign in to comment.