From fcfb7aaf60e64adcd00b41c878a3d2c92d8eac41 Mon Sep 17 00:00:00 2001 From: Brewster Malevich Date: Thu, 14 May 2026 15:15:43 -0700 Subject: [PATCH] Prep for v0.2.0 release --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba892b5..1141f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2026-05-14 ### Added @@ -31,5 +31,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/climateimpactlab/isku/compare/v0.1.0...HEAD +[0.2.0]: https://github.com/climateimpactlab/isku/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/climateimpactlab/isku/releases/tag/v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index fbc653e..34ff096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "isku" -version = "0.1.0" +version = "0.2.0" description = "Minimalist Python + xarray-based climate impact projection framework for researchers with little time." readme = "README.md" authors = [{ name = "Brewster Malevich", email = "bmalevich@rhg.com" }] diff --git a/uv.lock b/uv.lock index 31e5aad..07d83f4 100644 --- a/uv.lock +++ b/uv.lock @@ -108,7 +108,7 @@ wheels = [ [[package]] name = "isku" -version = "0.1.0" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "xarray" },