star-hitran

Load line-by-line data from the HITRAN database
git clone git://git.meso-star.com/star-hitran.git
Log | Files | Refs | README | LICENSE

commit 4ca8dfae251dde15a323d304f74160a86acced32
parent 306f920e8279b7cb8db87c0048dfdc2cad7c4f7e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 26 Jun 2026 16:19:30 +0200

Prepare version 0.1

Write the release notes and increse the version number.

Diffstat:
MREADME.md | 7+++++++
Mconfig.mk | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -19,6 +19,13 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.1 + +- Add support for the molecules `H3+`, `CH3`, `S2`, `COFCl`, `HONO`, and + `ClNO2`. +- Fix a library crash that occurred when the metadata list contained + unrecognized molecules. + ### Version 0.0 - Initial version of the library for loading metadata and spectroscopic diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.0 +VERSION = 0.1 PREFIX = /usr/local BINPREFIX = $(PREFIX)/bin