Skip to content

Commit

Permalink
finalize v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Jan 24, 2025
1 parent 7573a1b commit d145221
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Check out Code (old)
uses: actions/checkout@v4
with:
ref: v0.5.2
ref: v0.5.3
path: old
- name: Check out Code (new)
uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.3] (2025-01-24)

### Changed

- **Performance**: Middleware initialization now requires less heap allocation.
- **Documentation**: minor fixes and improvements

## [0.5.2] (2025-01-15)

### Changed
Expand Down Expand Up @@ -160,6 +167,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] (2024-03-23)

[0.5.3]: https://github.com/jub0bs/cors/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/jub0bs/cors/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/jub0bs/cors/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/jub0bs/cors/compare/v0.4.0...v0.5.0
Expand Down

0 comments on commit d145221

Please sign in to comment.