Skip to content

Commit 1aa5bf8

Browse files
committed
Release 0.2.0
Finalize the changelog (Unreleased -> 0.2.0, dated 2026-05-22), bump the package version, and update CITATION.cff. A minor bump because the run command's default behaviour changed to fail closed, alongside the new atomic mode, format directive, formal Input Format v1 spec, and the Alpha -> Beta promotion. The conda recipe sha256 is updated in a separate post-tag commit, since a release archive's checksum cannot exist inside that same archive.
1 parent 393f4b3 commit 1aa5bf8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ All notable changes to `pyIECWind` will be documented in this file.
44

55
The format is inspired by Keep a Changelog, adapted to the needs of this project.
66

7-
## [Unreleased]
7+
## [0.2.0] - 2026-05-22
88

99
Input-contract and CLI hardening. No changes to the numeric `.wnd` output of any
10-
valid case.
10+
valid case. Note the changed CLI default below: `pyiecwind run` now fails closed.
1111

1212
### Added
1313

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors:
1313
given-names: Jae Hoon
1414
affiliation: "SMI Lab, Inha University"
1515
# orcid: "https://orcid.org/0000-0000-0000-0000" # add when available
16-
version: "0.1.2"
16+
version: "0.2.0"
1717
date-released: "2026-05-22"
1818
license: MIT
1919
repository-code: "https://github.com/SMI-Lab-Inha/pyIECWind"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyiecwind"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
description = "Modern Python package for legacy IECWind-style IEC wind-condition generation for OpenFAST InflowWind."
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)