Skip to content

Commit a083810

Browse files
author
semantic-release
committed
1.11.1
Automatically generated by python-semantic-release
1 parent b1dfa8c commit a083810

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33

44

5+
## v1.11.1 (2025-10-12)
6+
7+
### Chore
8+
9+
* chore: update deps ([`b1dfa8c`](https://github.com/edayot/model_resolver/commit/b1dfa8c4b9533748774c2c903122aeaa33313781))
10+
11+
* chore: update tests ([`938ce55`](https://github.com/edayot/model_resolver/commit/938ce55d277524f770860649340787ecfa77984f))
12+
13+
* chore: py.typed ([`cf82c58`](https://github.com/edayot/model_resolver/commit/cf82c58af8ec3ab9ddb143f0c6e781c5bf24a6e2))
14+
15+
### Feature
16+
17+
* feat: return the task when adding it to the render ([`1e8f77d`](https://github.com/edayot/model_resolver/commit/1e8f77d04576257efaa42319ceee46db895ccfac))
18+
19+
* feat: customize item model resolving ([`fb6e1c5`](https://github.com/edayot/model_resolver/commit/fb6e1c52e33870fc40d92b6f9737074368f0975c))
20+
21+
### Fix
22+
23+
* fix: #18 ([`48e9269`](https://github.com/edayot/model_resolver/commit/48e926906a1d442ab31f2cdac606d013933a010e))
24+
25+
* fix: getter class #17 ([`1a42d3b`](https://github.com/edayot/model_resolver/commit/1a42d3bcae7dc659e39fb086e06e6621df8f3b51))
26+
27+
### Style
28+
29+
* style: better typing ([`7a1f2ad`](https://github.com/edayot/model_resolver/commit/7a1f2ad73b20f953044c7147fa76bea6badef150))
30+
31+
### Unknown
32+
33+
* save animated task in parent class ([`ef921c0`](https://github.com/edayot/model_resolver/commit/ef921c0f3c129a077c7f99956cc1508a09103b77))
34+
35+
* #16 ([`f48c8dc`](https://github.com/edayot/model_resolver/commit/f48c8dce7492eeff59bcbdf9aed3902156b874cd))
36+
37+
538
## v1.11.0 (2025-08-06)
639

740
### Chore

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "model-resolver"
3-
version = "1.11.0"
3+
version = "1.11.1"
44
description = ""
55
authors = ["edayot <pro.e.dayot@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)