Skip to content

Commit

Permalink
fpm.toml: a name in lowercase is better
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Apr 14, 2024
1 parent 809b2a4 commit 0197faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- A `Development` section in the `README.md`.
- `pure` attribute for `list_possible_digits()` and `sort()`.

### Changed
- `fpm.toml`: the name is now lowercase, a good practice to avoid problems in case the library part would be used as a fpm dependency.

## [ForSudoku 1.0.0] 2024-03-22

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 = "ForSudoku"
name = "forsudoku"
description= "Generates and solves sudokus"
version = "1.0.0"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 0197faf

Please sign in to comment.