We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb9ecb commit a9c7422Copy full SHA for a9c7422
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the sheetwhat project will be documented in this file.
4
5
+## 0.5.0
6
+
7
+- Add `_debug` SCT introspection function
8
+- Normalize conditional format custom formula
9
+- Use `Test` to replace `Rule` in check implementations
10
11
## 0.1.5
12
13
- Fix setup
sheetwhat/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.4.0"
+__version__ = "0.5.0"
0 commit comments