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 5067742 commit a70319b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 24 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Hanami::View

View layer for Hanami

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

### Added
- [Tim Riley] Introduce new ERB engine, `Hanami::View::ERB`, now used by default for ERB templates;
Expand Down
20 changes: 0 additions & 20 deletions LICENSE

This file was deleted.

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
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ Or install it yourself as:
$ gem install hanami-view
```

## License
## Versioning

See `LICENSE` file.
__Hanami::View__ uses [Semantic Versioning 2.0.0](http://semver.org)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Copyright

Copyright © 2014 Hanami Team – Released under MIT License

0 comments on commit a70319b

Please sign in to comment.