From eee7280809cc07e22b7f71f243a0203cf8d982d4 Mon Sep 17 00:00:00 2001 From: Ryan Cheley Date: Wed, 18 Mar 2026 20:46:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20Mark=20version=200.22.1?= =?UTF-8?q?=20as=20yanked=20due=20to=20custom=20fields=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 0.22.1 was yanked from PyPI due to a bug in the custom fields feature. Update the CHANGELOG to document this. Co-Authored-By: Claude Haiku 4.5 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998f494..73281ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.22.1] - 2026-03-18 +## [0.22.1] - 2026-03-18 [YANKED] + +**YANKED** - This version was yanked from PyPI due to a bug in the custom fields feature. ### Fixed - Fixed custom fields feature to support all field types (Text, Simple, User, Version, Build, etc.), not just Enum types (#638) diff --git a/pyproject.toml b/pyproject.toml index d13bf09..969bbd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "youtrack-cli" -version = "0.22.0" +version = "0.22.1" description = "YouTrack CLI - Command line interface for JetBrains YouTrack issue tracking system" readme = "README.md" requires-python = ">=3.9, <3.14" diff --git a/uv.lock b/uv.lock index afe3598..e57367d 100644 --- a/uv.lock +++ b/uv.lock @@ -1965,7 +1965,7 @@ wheels = [ [[package]] name = "youtrack-cli" -version = "0.22.0" +version = "0.22.1" source = { editable = "." } dependencies = [ { name = "click" },