We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab3273 commit e6ffc4eCopy full SHA for e6ffc4e
.gitignore
@@ -88,6 +88,7 @@ output
88
.eggs
89
.tox
90
.env
91
+.autoenv
92
93
# Database
94
*.sqlite3
CHANGELOG.rst
@@ -4,7 +4,7 @@ Toolium Changelog
4
v3.3.1
5
------
6
7
-*Release date: In development*
+*Release date: 2025-02-05*
8
9
- Allow to save the diff image in jpg format for visual tests working with jpg
10
- Fix the use of the # character in the actions defined in the feature description (Actions Before/After...)
VERSION
@@ -1 +1 @@
1
-3.3.1.dev0
+3.3.1
requirements_dev.txt
@@ -10,3 +10,4 @@ build~=0.10
wheel~=0.40
11
twine~=4.0
12
behave==1.2.6 # behave tests
13
+importlib_metadata==7.2.1
0 commit comments