Skip to content

Commit f2de7c6

Browse files
committed
v0.20.1
1 parent d330751 commit f2de7c6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- "1.11.0"
3838
- "1.12.0"
3939
- "1.13.2"
40+
- "1.14.0"
41+
- "1.15.0"
4042
python:
4143
- "3.8.12"
4244
- "3.9"
@@ -45,7 +47,7 @@ jobs:
4547
- "3.12"
4648
- "3.13"
4749

48-
runs-on: ubuntu-24.04
50+
runs-on: ubuntu-latest
4951

5052
defaults:
5153
run:
@@ -54,6 +56,7 @@ jobs:
5456
steps:
5557
- name: Install base dependencies
5658
run: |
59+
sudo rm -f /var/lib/man-db/auto-update || true
5760
sudo apt -y update
5861
sudo apt -y install --no-install-recommends dvisvgm
5962
@@ -69,6 +72,7 @@ jobs:
6972

7073
- name: Install python dependencies
7174
run: |
75+
python --version
7276
python -m pip install --upgrade pip build setuptools wheel
7377
7478
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.20.1 - 2025-12-24
4+
5+
- disabled Doxygen's IMPLICIT_DIR_DOCS (a.k.a. Doxygen's `HAVE_DOT`) (#41) (@fwerner)
6+
37
## v0.20.0 - 2025-10-07
48

59
- added config option `dot` (a.k.a. Doxygen's `HAVE_DOT`)

src/poxy/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20.0
1+
0.20.1

0 commit comments

Comments
 (0)