Skip to content

Commit

Permalink
chore: changelog & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hxjo committed Jul 19, 2024
1 parent a020a2d commit 49290f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2024-07-19

- Feat: handle serialization / encoding of prop which are of type list
- this allows passing to inertia, as prop value, a list of models and they will be encoded as expected

## [1.0.1] - 2024-07-18

- Fix: SSR failed when the inertia server responded with an empty array
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-inertia"
version = "1.0.1"
version = "1.0.2"
description = "An implementation of the Inertia protocol for FastAPI."
authors = ["Hugo Mortreux <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 49290f3

Please sign in to comment.