Skip to content

Commit

Permalink
release: Prepare 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv committed Sep 8, 2024
1 parent da59a09 commit 42e8132
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

All notable changes to this project will be documented on <https://stephannv.github.io/blueprint-docs/>.

## [0.5.1] - 2023-04-25

Fix Crystal version string requirement.

## [0.5.0] - 2023-04-25

Performance improvements: Increased speed execution by 15%.
```
v0.5.0 364.46k ( 2.74µs) (± 0.52%) 7.95kB/op fastest
v0.4.0 317.83k ( 3.15µs) (± 0.76%) 8.99kB/op 1.15× slower
```

Release details: <https://stephannv.github.io/blueprint-docs/changelogs/v0.5.0/>
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: blueprint
description: |
Blueprint is a lib for writing reusable and testable HTML templates in plain Crystal, allowing an OOP (Oriented Object Programming) approach when building your views.
version: 0.5.0
version: 0.5.1

authors:
- Stephann V. <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/blueprint/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Blueprint
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit 42e8132

Please sign in to comment.