From 4e5a1c34bc502fd95f0a7c874a7729ac8cafdc55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:14:18 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3f0c33c..789f5e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.1.0", + ".": "1.2.0", "fwi": "0.2.0", "nfdrs": "0.3.0", "fetch": "0.2.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad0fe5..fbe5c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.2.0](https://github.com/alpineworks/firewx/compare/v1.1.0...v1.2.0) (2026-08-03) + + +### Features + +* **fetch:** add FEMS client (weather + NFDRS output) ([d66db94](https://github.com/alpineworks/firewx/commit/d66db941a830ec4d91a143fcacc29bb1091467d7)) +* **fetch:** add Synoptic Weather API client with functional options ([2f7893d](https://github.com/alpineworks/firewx/commit/2f7893ddbb0dcb8d643648d4e0d9c627cd265bf3)) +* **fetch:** Synoptic and FEMS clients (functional options) ([a973f55](https://github.com/alpineworks/firewx/commit/a973f5586ee763dde49ea98451b64910357490ec)) +* **nfdrs:** add Driver state persistence ([55c388c](https://github.com/alpineworks/firewx/commit/55c388cf5996e25006937f8d370329f47930f6d8)) +* **nfdrs:** add Driver state persistence ([4090360](https://github.com/alpineworks/firewx/commit/4090360cc45ba65c78e90dbf897ae86f20efb472)) +* **nfdrs:** add GSI live fuel moisture model ([516610e](https://github.com/alpineworks/firewx/commit/516610ec88aa5be3e1d19f7cde61ac8f86fb100c)) +* **nfdrs:** add Nelson dead fuel moisture solver ([909e431](https://github.com/alpineworks/firewx/commit/909e431f2f4971fcfe46aed5ed913420305309d8)) +* **nfdrs:** add Rothermel surface fire spread model ([2dd0936](https://github.com/alpineworks/firewx/commit/2dd0936dc1a5e2b27e70da92eb5515e718db1f4e)) +* **nfdrs:** add the assembly driver ([6f58120](https://github.com/alpineworks/firewx/commit/6f58120421a57ef4f2d2c86728266c48cf4a5374)) +* **nfdrs:** add the fire danger index equations ([cb03b62](https://github.com/alpineworks/firewx/commit/cb03b6206e6434f1c2b1af609d35e472e0789c75)) +* **nfdrs:** nelson foundation — constants, derived params, sticks ([7396ade](https://github.com/alpineworks/firewx/commit/7396ade6b72fb93160a9c607f1a0919438fcc604)) +* **nfdrs:** Nelson, Rothermel, and GSI models ([cc1212a](https://github.com/alpineworks/firewx/commit/cc1212a7dc9fcbd46d39e81546a0d89f6d01a927)) +* **nfdrs:** NFDRS assembly — index equations and driver ([8547431](https://github.com/alpineworks/firewx/commit/85474312a452cec188b5305a9d2169f676c4c432)) + ## [1.1.0](https://github.com/alpineworks/firewx/compare/v1.0.1...v1.1.0) (2026-08-02)