htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit 2c183b8947c9f2ab3ddc486d424fb94da4ec3c2e
parent c7e61a7241c0071acc82734c0c7b81a4f7e3db06
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  6 Nov 2024 12:36:15 +0100

Prepare version 0.11

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

diff --git a/README.md b/README.md @@ -95,6 +95,13 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.11 + +- Renamed `planeto` sub-command to `planets`. +- Fix typos in manual pages and formatting problems. +- Ensure correct default value for a camera. +- Correct error handling when parsing planeto input arguments. + ### Version 0.10 #### Use POSIX make as a build system diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ VERSION_MAJOR = 0 -VERSION_MINOR = 10 +VERSION_MINOR = 11 VERSION_PATCH = 0 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)