Skip to content

Commit 6f2cfc6

Browse files
chore(main): release 5.1.0-alpha.11
1 parent 826629e commit 6f2cfc6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0-alpha.11"
2+
".": "5.1.0-alpha.11"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [5.1.0-alpha.11](https://github.com/fable-compiler/Fable.Python/compare/v5.0.0-alpha.11...v5.1.0-alpha.11) (2025-12-08)
4+
5+
6+
### Features
7+
8+
* Added bindings for Pydantic and FastAPI + examples ([#151](https://github.com/fable-compiler/Fable.Python/issues/151)) ([826629e](https://github.com/fable-compiler/Fable.Python/commit/826629e465fca15d444a4ca37b851b8aab488f9a))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Fable.Python"
3-
version = "5.0.0-alpha.20"
3+
version = "5.1.0-alpha.11"
44
description = "Fable"
55
authors = [{ name = "Dag Brattli", email = "dag@brattli.net" }]
66
requires-python = ">= 3.12, < 4"

0 commit comments

Comments
 (0)