Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <arg>` shorthand preserved alongside subcommands

## [0.2.0] - 2026-03-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading