We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a4107 commit 4cf6099Copy full SHA for 4cf6099
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
<!-- do not remove -->
4
5
+## 1.12.1
6
+
7
+### New Features
8
9
+- Add partial function support to `get_name` and DocmentText ([#749](https://github.com/AnswerDotAI/fastcore/issues/749))
10
11
12
## 1.12.0
13
14
### Breaking Changes
fastcore/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.12.0"
+__version__ = "1.12.1"
settings.ini
@@ -8,7 +8,7 @@ author = Jeremy Howard and Sylvain Gugger
author_email = infos@fast.ai
copyright = fast.ai
branch = main
-version = 1.12.0
+version = 1.12.1
min_python = 3.10
audience = Developers
language = English
0 commit comments