Skip to content

Commit

Permalink
Prepare for v2.1.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jun 29, 2023
1 parent b441521 commit bf13474
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

Hanami Command Line Interface

## v2.1.0.beta1 - 2023-06-29

### Added

- [Tim Riley] `hanami new` to generate default views, templates, and helpers
- [Tim Riley] `hanami generate slice` to generate default views, templates, and helpers
- [Tim Riley] `hanami generate action` to generate associated view and template
- [Tim Riley] Introduced `hanami generate view`
- [Tim Riley] `hanami new` to generate `Gemfile` with `hanami-view` and `hanami-webconsole` gems
- [Tim Riley] `hanami new` to generate default error pages for `404` and `500` HTTP errors

### Fixed

- [Philip Arndt] `hanami server` to start only one Puma worker by default

## v2.0.3 - 2023-02-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2014-2022 Luca Guidi
Copyright © 2014 Hanami Team

MIT License

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Everyone interacting in the `Hanami::CLI` project's codebases, issue trackers, c

## Copyright

Copyright © 2014-2022 Hanami Team – Released under MIT License
Copyright © 2014 Hanami Team – Released under MIT License

0 comments on commit bf13474

Please sign in to comment.