Skip to content

Commit

Permalink
fpm.toml: fpm dependencies are case sensitive, therefore the project …
Browse files Browse the repository at this point in the history
…name will be lower case to avoid problems
  • Loading branch information
vmagnin committed Apr 10, 2024
1 parent 56504b4 commit 8b02110
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to the gtk-fortran project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [forcolormap dev]

### Fixed
* In `fpm.toml`, `name = "forcolormap"` is now lower case because fpm dependencies are case sensitive.


## [forcolormap 0.9] 2024-03-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "ForColormap"
name = "forcolormap"
description= "A Fortran colormap library"
version = "0.9.0"
license = "MIT"
Expand Down

0 comments on commit 8b02110

Please sign in to comment.