Skip to content

Commit 61eb9ac

Browse files
authored
Merge pull request #13 from SMI-Lab-Inha/release-0.1.2
Release 0.1.2
2 parents 29baed8 + 1fe4c8f commit 61eb9ac

5 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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+
## [0.1.2] - 2026-05-22
8+
9+
Packaging, release-process, and documentation fixes. No changes to generated
10+
`.wnd` output.
11+
12+
### Added
13+
14+
- The source distribution now ships `CITATION.cff` and the `examples/` directory.
15+
- The release workflow attaches the built sdist and wheel to the GitHub Release
16+
(alongside the build-provenance attestation).
17+
- `pip-audit` is part of the `dev` extra so the dependency audit runs locally.
18+
19+
### Changed
20+
21+
- Documentation theme switched to `sphinx_rtd_theme` (Read the Docs theme).
22+
- The documentation changelog is now generated from `CHANGELOG.md` (single source),
23+
and release-process docs use version-agnostic placeholders.
24+
- The `Documentation` project URL points to Read the Docs.
25+
726
## [0.1.1] - 2026-05-22
827

928
Documentation, provenance, and supply-chain hardening. No changes to generated

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.1"
16+
version: "0.1.2"
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.1"
7+
version = "0.1.2"
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"

recipe/STAGED_RECIPES_PR_BODY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ It provides:
2323
- The package is pure Python and is intended to build as `noarch: python`
2424
- The runtime dependency surface is intentionally small: `python` and `numpy`
2525
- The package includes a console entry point `pyiecwind`
26-
- The current upstream release is `v0.1.1`
26+
- The current upstream release is `v0.1.2`

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "pyiecwind" %}
2-
{% set version = "0.1.1" %}
2+
{% set version = "0.1.2" %}
33
{% set python_min = "3.10" %}
44

55
package:
@@ -8,7 +8,7 @@ package:
88

99
source:
1010
url: https://github.com/SMI-Lab-Inha/pyIECWind/archive/refs/tags/v{{ version }}.tar.gz
11-
sha256: 0e3711b118354211b6039dba4edaee4545ab65d935e93ba9a28f490ef14f35e4
11+
sha256: 610e0dfffea5d3c20f482b7766f94845127881606be630d7d709c935ab92575e
1212

1313
build:
1414
noarch: python

0 commit comments

Comments
 (0)