Skip to content

Commit c5bc6fa

Browse files
committed
Update Changelog
1 parent be0c7c1 commit c5bc6fa

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

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

3+
## 0.0.3
4+
5+
- Import STM32 Open-CMSIS-Pack DFP data sources.
6+
- Use DFP sources for memory map and CPU frequency.
7+
- Import latest changes from modm-devices for new STM32 devices.
8+
- Update dependencies and frozen requirements.txt.
9+
10+
311
## 0.0.2
412

513
- Update the regression tests and enforce it via CI.

tools/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
anytree==2.12.1
22
babel==2.17.0
3-
backrefs==5.9
4-
certifi==2025.10.5
3+
backrefs==6.1
4+
certifi==2025.11.12
55
charset-normalizer==3.4.4
6-
click==8.3.0
6+
click==8.3.1
77
colorama==0.4.6
88
CppHeaderParser==2.7.4
99
ghp-import==2.1.0
1010
idna==3.11
1111
Jinja2==3.1.6
1212
kuzu==0.11.3
1313
lxml==5.4.0
14-
Markdown==3.9
14+
Markdown==3.10
1515
MarkupSafe==3.0.3
1616
mergedeep==1.3.4
1717
mkdocs==1.6.1
1818
mkdocs-get-deps==0.2.0
19-
mkdocs-material==9.6.22
19+
mkdocs-material==9.7.1
2020
mkdocs-material-extensions==1.3.1
2121
packaging==25.0
2222
paginate==0.5.7
2323
pathspec==0.12.1
2424
pdoc==14.7.0
25-
platformdirs==4.5.0
25+
platformdirs==4.5.1
2626
ply==3.11
2727
Pygments==2.19.2
28-
pymdown-extensions==10.16.1
28+
pymdown-extensions==10.20
2929
pypdfium2==4.30.0
3030
python-dateutil==2.9.0.post0
3131
PyYAML==6.0.3
3232
pyyaml_env_tag==1.1
3333
requests==2.32.5
3434
six==1.17.0
3535
tqdm==4.67.1
36-
urllib3==2.5.0
36+
urllib3==2.6.2
3737
watchdog==6.0.0

0 commit comments

Comments
 (0)