Skip to content

Commit

Permalink
Release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jun 17, 2024
1 parent 04113c6 commit 4798ce3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ hide:

# Release Notes

## 0.7.5

### Added

- Allow path parameters to also be defined with `<>` as alternative to `{}`

#### Example

```python
from lilya.routing import Path

Path("<age:int>", ...)
```

## 0.7.4

### Added
Expand Down
2 changes: 1 addition & 1 deletion lilya/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.4"
__version__ = "0.7.5"

0 comments on commit 4798ce3

Please sign in to comment.