Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 4e09fdd

Browse files
bump: version 0.3.2 β†’ 0.3.3
1 parent ef45cc0 commit 4e09fdd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.3 (2022-12-13)
2+
3+
### Fix
4+
5+
- **iarticle**: add extra space
6+
17
## 0.3.2 (2022-11-05)
28

39
### Fix

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.commitizen]
66
name = "cz_conventional_commits"
7-
version = "0.3.2"
7+
version = "0.3.3"
88
tag_format = "$version"
99
version_files = ["pyproject.toml:version"]
1010

1111
[tool.poetry]
1212
name = "ilatex"
13-
version = "0.3.2"
13+
version = "0.3.3"
1414
description = "Simple LaTeX Templates"
1515
authors = ["Qin Li <[email protected]>"]
1616
license = "MIT"

0 commit comments

Comments
Β (0)