From a84d7512c31bf242b2db94628fae0d9d23d6541d Mon Sep 17 00:00:00 2001 From: N283T Date: Sat, 7 Mar 2026 00:44:28 +0900 Subject: [PATCH] chore: bump version to 0.2.1 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5bcd0..5172654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/). +## [0.2.1] - 2026-03-07 + +### Added + +- `view-cif config show` and `view-cif config set` CLI commands +- CI test matrix (Python 3.12/3.13/3.14 × ubuntu/macos) +- Auto-generated GitHub Releases from CHANGELOG +- README badges (PyPI, Python versions, test status, license) +- MIT LICENSE file +- Python 3.13/3.14 support + +### Changed + +- `view-cif ` shorthand preserved alongside subcommands + ## [0.2.0] - 2026-03-07 ### Added diff --git a/pyproject.toml b/pyproject.toml index 1e82448..dde9ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "view-cif" -version = "0.2.0" +version = "0.2.1" description = "CLI tool to view CIF files from various sources in your editor" readme = "README.md" license = "MIT"