Skip to content

Commit f579405

Browse files
🔖 1.10.0 [skip ci]
# [v1.10.0](v1.9.8...v1.10.0) (2025-03-04) ## ✨ New Features - [`ede5e71`](ede5e71) Path params component (#171) (Issues: [`#171`](https://github.com/vortico/flama/issues/)) - [`20fb505`](20fb505) Replace black and isort with ruff (#174) (Issues: [`#174`](https://github.com/vortico/flama/issues/)) - [`0671bfe`](0671bfe) Replace poetry with uv (#175) (Issues: [`#175`](https://github.com/vortico/flama/issues/)) - [`14faf81`](14faf81) Module for gathering telemetry data (#169) (Issues: [`#169`](https://github.com/vortico/flama/issues/)) - [`3193d63`](3193d63) Update error pages (#178) (Issues: [`#178`](https://github.com/vortico/flama/issues/)) - [`b771b9f`](b771b9f) Enrich OpenAPI specification (#181) (Issues: [`#181`](https://github.com/vortico/flama/issues/)) - [`e99a739`](e99a739) Docs page using Scalar (#179) (Issues: [`#179`](https://github.com/vortico/flama/issues/)) ## 🐛 Bug Fixes - [`9d35c83`](9d35c83) Remove warning from using marshmallow Number instad of Float
1 parent e99a739 commit f579405

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Semantic Versioning Changelog
22

3+
# [v1.10.0](https://github.com/vortico/flama/compare/v1.9.8...v1.10.0) (2025-03-04)
4+
5+
## ✨ New Features
6+
- [`ede5e71`](https://github.com/vortico/flama/commit/ede5e71) Path params component (#171) (Issues: [`#171`](https://github.com/vortico/flama/issues/))
7+
- [`20fb505`](https://github.com/vortico/flama/commit/20fb505) Replace black and isort with ruff (#174) (Issues: [`#174`](https://github.com/vortico/flama/issues/))
8+
- [`0671bfe`](https://github.com/vortico/flama/commit/0671bfe) Replace poetry with uv (#175) (Issues: [`#175`](https://github.com/vortico/flama/issues/))
9+
- [`14faf81`](https://github.com/vortico/flama/commit/14faf81) Module for gathering telemetry data (#169) (Issues: [`#169`](https://github.com/vortico/flama/issues/))
10+
- [`3193d63`](https://github.com/vortico/flama/commit/3193d63) Update error pages (#178) (Issues: [`#178`](https://github.com/vortico/flama/issues/))
11+
- [`b771b9f`](https://github.com/vortico/flama/commit/b771b9f) Enrich OpenAPI specification (#181) (Issues: [`#181`](https://github.com/vortico/flama/issues/))
12+
- [`e99a739`](https://github.com/vortico/flama/commit/e99a739) Docs page using Scalar (#179) (Issues: [`#179`](https://github.com/vortico/flama/issues/))
13+
14+
## 🐛 Bug Fixes
15+
- [`9d35c83`](https://github.com/vortico/flama/commit/9d35c83) Remove warning from using marshmallow Number instad of Float
16+
317
# [v1.9.8](https://github.com/vortico/flama/compare/v1.9.7...v1.9.8) (2025-01-13)
418

519
## 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flama"
3-
version = "1.9.8"
3+
version = "1.10.0"
44
description = "Fire up your models with the flame 🔥"
55
license = { text = "Apache-2.0" }
66
readme = "README.md"

0 commit comments

Comments
 (0)