Skip to content

Commit e02585b

Browse files
chore(release): 2.5.2 [skip ci]
## [2.5.2](v2.5.1...v2.5.2) (2025-09-17) ### Bug Fixes * apply strikethrough effect to textarea fields on deletion ([295d5e9](295d5e9)) * correct port check logic in user testing startup scripts ([0161f05](0161f05)) * handle non-existent entities with proper 404 response ([5ca7cb1](5ca7cb1))
1 parent c3e87e2 commit e02585b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.5.2](https://github.com/opencitations/heritrace/compare/v2.5.1...v2.5.2) (2025-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* apply strikethrough effect to textarea fields on deletion ([295d5e9](https://github.com/opencitations/heritrace/commit/295d5e96f7f11d6dad6160d262eead2fc14483d2))
7+
* correct port check logic in user testing startup scripts ([0161f05](https://github.com/opencitations/heritrace/commit/0161f05f64eeba34f405160ed5bd8c0b8266ac39))
8+
* handle non-existent entities with proper 404 response ([5ca7cb1](https://github.com/opencitations/heritrace/commit/5ca7cb155de8b64e55c6306dc1bffdd501a57f35))
9+
110
## [2.5.1](https://github.com/opencitations/heritrace/compare/v2.5.0...v2.5.1) (2025-08-31)
211

312

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "heritrace"
3-
version = "2.5.1"
3+
version = "2.5.2"
44
description = "An environment for data modification"
55
authors = ["arcangelo7 <arcangelomas@gmail.com>"]
66
license = "ISC"

0 commit comments

Comments
 (0)