Skip to content

Commit

Permalink
release: Prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv committed Apr 7, 2023
1 parent 65ae9e7 commit 97b455c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.2.0] - 2023-04-07

### Added
- Allow conditional rendering
- Handles array attributes
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 fast, reusable and testable HTML templates in plain Crystal, allowing an OOP (Oriented Object Programming) approach when building your views.
version: 0.1.0
version: 0.2.0

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.1.0"
VERSION = "0.2.0"
end

0 comments on commit 97b455c

Please sign in to comment.