Skip to content

Commit

Permalink
Update CHANGELOG.md, ford.yml, fpm.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Seyed Ali Ghasemi <[email protected]>
  • Loading branch information
gha3mi committed Jun 24, 2024
1 parent 4d9b335 commit d7f1f08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ford.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project: ForCAD
version: 0.4.1
version: 0.5.1
year: 2024
summary: <p style="text-align: center"><img alt="ForCAD" src="https://github.com/gha3mi/forcad/raw/main/logo/logo.png" style="max-width: 100%; height: auto;"></p>
project_github: https://github.com/gha3mi/forcad
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "forcad"
version = "0.4.1"
version = "0.5.1"
license = "BSD 3-Clause License"
author = "Seyed Ali Ghasemi"
maintainer = "[email protected]"
Expand Down

0 comments on commit d7f1f08

Please sign in to comment.