From 8470283d4d98faf6e375c6e91eb8f6d4026b2865 Mon Sep 17 00:00:00 2001 From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:38:54 +0530 Subject: [PATCH] chore: bump version to 0.10.1 and update changelog --- crates/taskito-async/Cargo.toml | 2 +- crates/taskito-core/Cargo.toml | 2 +- crates/taskito-python/Cargo.toml | 2 +- docs/changelog.md | 10 ++++++++++ pyproject.toml | 4 ++-- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/crates/taskito-async/Cargo.toml b/crates/taskito-async/Cargo.toml index d6a630a..7f57b32 100644 --- a/crates/taskito-async/Cargo.toml +++ b/crates/taskito-async/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskito-async" -version = "0.10.0" +version = "0.10.1" edition = "2021" [dependencies] diff --git a/crates/taskito-core/Cargo.toml b/crates/taskito-core/Cargo.toml index 78c8ff3..c736bbf 100644 --- a/crates/taskito-core/Cargo.toml +++ b/crates/taskito-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskito-core" -version = "0.10.0" +version = "0.10.1" edition = "2021" [features] diff --git a/crates/taskito-python/Cargo.toml b/crates/taskito-python/Cargo.toml index 297a751..7854df9 100644 --- a/crates/taskito-python/Cargo.toml +++ b/crates/taskito-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskito-python" -version = "0.10.0" +version = "0.10.1" edition = "2021" [features] diff --git a/docs/changelog.md b/docs/changelog.md index e02f1dc..d789ff7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,16 @@ All notable changes to taskito are documented here. +## 0.10.1 + +### Changed + +- Repository transferred to [ByteVeda](https://github.com/ByteVeda/taskito) org +- Documentation URL updated to [docs.byteveda.org/taskito](https://docs.byteveda.org/taskito) +- All internal links updated from `pratyush618/taskito` to `ByteVeda/taskito` + +--- + ## 0.10.0 ### Features diff --git a/pyproject.toml b/pyproject.toml index d7a45bf..52c96b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "taskito" -version = "0.10.0" +version = "0.10.1" description = "Rust-powered task queue for Python. No broker required." requires-python = ">=3.10" license = { file = "LICENSE" } @@ -25,7 +25,7 @@ classifiers = [ dependencies = ["cloudpickle>=3.0"] [project.urls] Homepage = "https://github.com/ByteVeda/taskito" -Documentation = "https://taskito.grigori.in" +Documentation = "https://docs.byteveda.org/taskito" Repository = "https://github.com/ByteVeda/taskito" Changelog = "https://github.com/ByteVeda/taskito/blob/master/docs/changelog.md" Issues = "https://github.com/ByteVeda/taskito/issues"