solmath 0.1.4

Fixed-point financial math for Solana. Black-Scholes, Greeks, IV, NIG pricing, pool math — pure integer arithmetic, no_std, zero dependencies.
Documentation
# Changelog

## 0.1.4 - 2026-04-24

- Added `VALIDATION.md` with release commands, CI checks, reference asset policy,
  and production-readiness guidance.
- Added GitHub Actions CI for MSRV library checking, full feature tests, examples,
  and package verification.
- Added `fp` and `fp_i` decimal parsing helpers for tests, examples, clients, and
  off-chain configuration.
- Added examples for options pricing, weighted pool swaps, safe token conversion,
  and an Anchor options-pricing template.
- Slimmed the crate package by excluding repository-only validation scripts and
  the large generated mul-div vector corpus from crates.io.

## 0.1.3 - 2026-04-24

- Published the bivariate normal CDF release to crates.io.
- Included required docs and generated reference-test assets in the package.
- Corrected README signatures for fallible APIs.
- Removed unsupported audit-history claims and stale architecture references.