Skip to content

Commit 6316678

Browse files
author
mykola
committed
Updated Version
1 parent f14fe9d commit 6316678

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,4 @@ cython_debug/
165165
/.run/*
166166
/tests/testresources/private/
167167
/tests/models/detectors/test_signature_detector_private.py
168+
/blog_posts/

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [unreleased]
1+
## [0.2.5] - 10.11.2025
22

33
### 🚀 Features
44

@@ -15,7 +15,7 @@
1515
- Fixed show utils on Google Colab
1616
- Fixed imports of the DataFrame
1717

18-
## [0.2.4]- 02.11.2025
18+
## [0.2.4] - 02.11.2025
1919

2020
### 🚀 Features
2121

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ render_always = true
2727
# An array of regex based postprocessors to modify the changelog.
2828
postprocessors = [
2929
# Replace the placeholder <REPO> with a URL.
30-
#{ pattern = '<REPO>', replace = "https://github.com/orhun/git-cliff" },
30+
{ pattern = '<REPO>', replace = "https://github.com/StabRise/ScaleDP" },
3131
]
3232
# render body even when there are no releases to process
3333
# render_always = true

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "scaledp"
3-
version = "0.2.5rc2"
4-
description = "ScaleDP is a library for processing documents using Apache Spark and LLMs"
3+
version = "0.2.5"
4+
description = "ScaleDP is a library for processing documents and images using Apache Spark and LLMs"
55
authors = ["Mykola Melnyk <mykola@stabrise.com>"]
66
repository = "https://github.com/StabRise/scaledp"
77
homepage = "https://stabrise.com/scaledp/"

0 commit comments

Comments
 (0)