We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ffd01 commit da81e30Copy full SHA for da81e30
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All major and minor version changes will be documented in this file. Details of
4
patch-level version changes can be found in [commit messages](../../commits/master).
5
6
+## 2024.2 - 2024/03/17
7
+
8
+- code quality improvements
9
+- use ruff format
10
+- fix --width
11
12
## 2024.1 - 2024/01/07
13
14
- **Breaking Change** to `ansiTo.*` functions removing `wide=` option
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ansitoimg"
-version = "2024.1"
+version = "2024.2"
license = "mit"
description = "Convert an ANSI string to an image. Great for adding terminal output into a readme."
authors = ["FredHappyface"]
0 commit comments