Skip to content

Commit 871952a

Browse files
committed
Release v0.3.2
1 parent de806bd commit 871952a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.3.1...HEAD
9+
[Unreleased]: https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.3.2...HEAD
10+
11+
12+
## [v0.3.2] - 2026-02-18
13+
[v0.3.2]: https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.3.1...v0.3.2
14+
15+
### Changed
16+
- Bump `pyo3` dependency from `0.23.3` to `0.28.1`.
17+
- Setup build for Python 3.8 Limited API ([#7](https://github.com/sphinx-contrib/svgbob/issues/7)).
1018

1119

1220
## [v0.3.1] - 2025-01-09

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2025 Martin Larralde <martin.larralde@embl.de>
3+
Copyright (c) 2021-2026 Martin Larralde <martin.larralde@embl.de>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sphinxcontrib/svgbob/_svgbob/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sphinxcontrib-svgbob"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Martin Larralde <martin.larralde@embl.de>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)