We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56532d commit 2f9669cCopy full SHA for 2f9669c
docs/releases.md
@@ -2,6 +2,13 @@
2
toc_depth: 2
3
---
4
5
+## v2.0.4 (Jul 1, 2025)
6
+
7
+#### Fixed
8
9
+- Fix the validation logic of the `Section` component's fields
10
+ [#119](https://github.com/imryche/blockkit/pull/119).
11
12
## v2.0.3 (June 21, 2025)
13
14
#### Fixed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "blockkit"
-version = "2.0.3"
+version = "2.0.4"
authors = [{ name = "Dima Czernyszow", email = "imryche13@gmail.com" }]
description = "A fast way to build Block Kit interfaces in Python"
readme = "README.md"
0 commit comments