Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Böker committed Jan 15, 2025
1 parent 793588a commit 0175bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Cro::WebApp

{{NEXT}}
0.9.0
- Implement Fragment support. A template fragment works somewhat like a
template subroutine, except that it is intended to be placed inline within
other template content. This allows rendering only parts of a template. This
Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Cro::WebApp",
"description": "Support for building server-side web applications with Cro, including templates and form handling.",
"version": "0.8.9.1",
"version": "0.9.0",
"api": "0",
"perl": "6.*",
"authors": [
"Jonathan Worthington <[email protected]>"
],
"auth": "zef:cro",
"depends": [
"Cro::HTTP:ver<0.8.9>",
"Cro::HTTP:ver<0.8.10+>:api<0>:auth<zef:cro>",
"Log::Timeline",
"OO::Monitors"
],
Expand Down

0 comments on commit 0175bc4

Please sign in to comment.