Skip to content

Commit 9f4527a

Browse files
Copilotxadupre
andauthored
Update version to 0.4.4 and add changelog entries for PRs #58, #60, #62
Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/15edfe84-fbd3-4ec9-a96d-dd20182e8f72 Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
1 parent 3808911 commit 9f4527a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOGS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Logs
22
===========
33

4+
0.4.4
5+
+++++
6+
7+
* :pr:`62`: Switch from Azure Pipelines to GitHub Actions
8+
* :pr:`60`: Extend code coverage across sphinx-runpython utilities
9+
* :pr:`58`: Add ``sphinx_runpython.runmermaid`` extension for Mermaid diagram support
10+
411
0.4.3
512
+++++
613

sphinx_runpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.3"
1+
__version__ = "0.4.4"
22
__author__ = "Xavier Dupré"
33
__github__ = "https://github.com/sdpython/sphinx-runpython"
44
__url__ = "https://sdpython.github.io/doc/sphinx-runpython/dev/"

0 commit comments

Comments
 (0)