Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0b0b59

Browse files
committed
Prepare 9.6.20 release
1 parent 900981b commit f0b0b59

File tree

11 files changed

+20
-8
lines changed

11 files changed

+20
-8
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mkdocs-material-9.6.20 (2025-09-05)
2+
3+
* Fixed #8446: Deprecation warning as of Python 3.14 in Emoji extension
4+
* Fixed #8440: `&` character not escaped in search highlighting
5+
* Fixed #8439: FontAwesome icons color not set in social cards (regression)
6+
17
mkdocs-material-9.6.19 (2025-09-07)
28

39
* Added support for Python 3.14

docs/changelog/index.md

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

33
## Material for MkDocs
44

5+
### 9.6.20 <small>September 15, 2025</small> { id="9.6.20" }
6+
7+
- Fixed #8446: Deprecation warning as of Python 3.14 in Emoji extension
8+
- Fixed #8440: `&` character not escaped in search highlighting
9+
- Fixed #8439: FontAwesome icons color not set in social cards (regression)
10+
511
### 9.6.19 <small>September 7, 2025</small> { id="9.6.19" }
612

713
- Added support for Python 3.14

material/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
__version__ = "9.6.19"
21+
__version__ = "9.6.20"

material/overrides/assets/stylesheets/custom.7c86dd97.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/overrides/assets/stylesheets/custom.7c86dd97.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)