Skip to content

Commit

Permalink
Hanami v2.0.2 (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha authored Dec 25, 2022
1 parent 2f6da95 commit 5cd3341
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ def encode_text(text)
end

def current_ruby_version
"3.1.2"
"3.2.0"
end

def hanami_version
'2.0.1'
'2.0.2'
end

def hanami_release_date
Date.parse("2022-12-06").strftime("%B %-d, %Y")
Date.parse("2022-12-25").strftime("%B %-d, %Y")
end
end

Expand Down
44 changes: 44 additions & 0 deletions source/blog/2022-12-25-hanami-202.html.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: "Hanami 2.0.2"
date: 2022-12-25 12:59:22 UTC
tags: announcements
author: Luca Guidi
image: true
excerpt: >
Hanami 2.0.2: Official support for Ruby 3.2
---

Following Ruby tradition to release on Christmas, we want to contribute with our own gift: Hanami 2.0.2!

## Released Gems

* `hanami` `2.0.2`
* `hanami-reloader` `2.0.2`
* `hanami-rspec` `2.0.1`
* `hanami-cli` `2.0.2`
* `hanami-controller` `2.0.1`
* `hanami-router` `2.0.2`
* `hanami-validations` `2.0.1`
* `hanami-utils` `2.0.2`

## How To Upgrade

How to upgrade from a Hanami app:

```shell
$ bundle update hanami-utils hanami-validations \
hanami-router hanami-controller \
hanami-cli hanami-rspec \
hanami-reloader hanami
```

How to try Hanami for the first time:

```shell
$ gem install hanami
$ hanami new bookshelf
$ cd bookshelf
$ bundle exec hanami server # visit http://localhost:2300
```

🌸
Binary file added source/blog/2022-12-25-hanami-202/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5cd3341

Please sign in to comment.