Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.4.0 - 2025-11-05

* ✨ Add nekochan emojis (2025.11) (ref: [Introduction of additional nekochan emojis in Nov 2025(in Japanese)](https://note.com/shikamatsu/n/n089f4d05aa85))

## v0.3.4 - 2025-03-28

* 📝 Set the width to the emoji cell of nekochan emoji list
Expand Down
2 changes: 1 addition & 1 deletion sphinx_nekochan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""sphinx-nekochan emoji extension"""

__version__ = "0.3.4"
__version__ = "0.4.0"

from functools import cache
from importlib import resources
Expand Down
Loading