Skip to content

Commit 01e57cd

Browse files
committed
Prepare release v0.2.1
1 parent 60fd825 commit 01e57cd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
[unreleased]: https://github.com/daskol/mpl-typst/compare/v0.2.1...HEAD
6+
7+
### Added
8+
### Changed
9+
### Deprecated
10+
### Removed
11+
### Fixed
12+
### Security
13+
14+
## [0.2.1] - 2024-05-17
15+
16+
[0.2.1]: https://github.com/daskol/mpl-typst/compare/v0.2.0...v0.2.1
17+
18+
### Fixed
19+
20+
- Pin minimal version of `matplotlib` (#25).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Daniel Bershatsky", email = "daniel.bershatsky@gmail.com"},
1111
]
1212
readme = {file = "README.md", content-type = "text/markdown"}
13-
version = "0.2.0"
13+
version = "0.2.1"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Environment :: Other Environment",

0 commit comments

Comments
 (0)