From d7f1f08105a02917c4282d09cb44647da49d416e Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Mon, 24 Jun 2024 20:34:29 +0200 Subject: [PATCH] Update CHANGELOG.md, ford.yml, fpm.toml Signed-off-by: Seyed Ali Ghasemi --- CHANGELOG.md | 9 ++++++++- ford.yml | 2 +- fpm.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b35f637..0b0418b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to [ForCAD](https://github.com/gha3mi/forcad) will be docume The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), -## [Unreleased] +## [0.5.1] + +### Changed + +- Fixed initial guess in `nearest_point2()` procedures + +## [0.5.0] ### Added @@ -53,6 +59,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - Converted the `basis_bspline_der` function to a subroutine. - Fixed NURBS derivative calculations. - Made `basis` and `derivative` generic methods. +- Fixed initial guess in `nearest_point2()` procedures ### Removed diff --git a/ford.yml b/ford.yml index 8a13939d1..2130bdb4c 100644 --- a/ford.yml +++ b/ford.yml @@ -1,5 +1,5 @@ project: ForCAD -version: 0.4.1 +version: 0.5.1 year: 2024 summary:

ForCAD

project_github: https://github.com/gha3mi/forcad diff --git a/fpm.toml b/fpm.toml index bf1db2cd6..38855122f 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "forcad" -version = "0.4.1" +version = "0.5.1" license = "BSD 3-Clause License" author = "Seyed Ali Ghasemi" maintainer = "info@gha3mi.com"