Skip to content

Commit 4e83e79

Browse files
committed
release
1 parent 894bf94 commit 4e83e79

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

33
<!-- do not remove -->
44

5+
## 1.5.25
6+
7+
### New Features
8+
9+
- Add more information upon HTTP request failures ([#479](https://github.com/fastai/fastcore/issues/479))
10+
11+
### Bugs Squashed
12+
13+
- fix: `Config.get` returns `False` instead of `None` for missing `bool` keys ([#482](https://github.com/fastai/fastcore/pull/482)), thanks to [@seeM](https://github.com/seeM)
14+
- `but` in delegates ignored in `docments` ([#478](https://github.com/fastai/fastcore/issues/478))
15+
16+
517
## 1.5.23
618

719
### New Features

fastcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.24"
1+
__version__ = "1.5.25"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author = Jeremy Howard and Sylvain Gugger
77
author_email = [email protected]
88
copyright = fast.ai
99
branch = master
10-
version = 1.5.24
10+
version = 1.5.25
1111
min_python = 3.7
1212
audience = Developers
1313
language = English

0 commit comments

Comments
 (0)