### HumidAir 0.1.0 (2026-03-30)
* HumidAir.jl on Gitlab is the replacement of deprecated Psychrometrics.jl on Github (lastest released version in 1.1.1)
* Former `psychro` in Psychrometrics.jl renamed to `moistAir` in HumidAir.jl
* `moistAir` and internal functions fully refactorated
* Bug fixed in `moistAir`function for enthalpy and volume input
* Message of "not independent parameters" in `moistAir` function for dew temperature and humidity inputs replaced by an analogous error message
* `doplot` function renamed to `buildBasicChart`
* `loadCoeffs.jl` file removed and experimental coefficients transferred to the main model file (thanks to Leo Weegels)
* `newtonraphson` function replaced by `Roots.find_zero`
* Nested functions replaced by anonymous functions
* Additional labels for constant enthalpy, volume, relative humidity and wet bulb temperature guidelines in plots
* Minor updates on functions docstrings and on `README.md`
* This release candidate version merges the contributions of Github users LMW38 and c-ortbauer
