Skip to content

Commit 2f9669c

Browse files
committed
bump the project version
1 parent e56532d commit 2f9669c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
toc_depth: 2
33
---
44

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+
512
## v2.0.3 (June 21, 2025)
613

714
#### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "blockkit"
7-
version = "2.0.3"
7+
version = "2.0.4"
88
authors = [{ name = "Dima Czernyszow", email = "imryche13@gmail.com" }]
99
description = "A fast way to build Block Kit interfaces in Python"
1010
readme = "README.md"

0 commit comments

Comments
 (0)