Skip to content

Commit

Permalink
CHANGELOG.md, CMakeLists.txt, fpm.toml: version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Mar 11, 2024
1 parent 93cb28c commit a5e3b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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]
## [forcolormap 0.9] 2024-03-11

### Added
* **Development:**
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24)
project(
forcolormap
LANGUAGES Fortran
VERSION 0.8.0
VERSION 0.9.0
)

# Get useful macros
Expand Down
8 changes: 4 additions & 4 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "forcolormap"
description= "A small Fortran colormap library"
version = "0.8.0"
name = "ForColormap"
description= "A Fortran colormap library"
version = "0.9.0"
license = "MIT"
author = "Vincent Magnin, Seyed Ali Ghasemi"
copyright = "Copyright 2023-2024, Vincent Magnin & Seyed Ali Ghasemi"
maintainer = "https://github.com/vmagnin/forcolormap/issues"
homepage = "https://github.com/vmagnin/forcolormap"
categories = ["graphics"]
keywords = ["Fortran", "fpm", "colormap"]
keywords = ["Fortran", "colormap", "fpm", "CMake"]

[dependencies]
forimage = {git="https://github.com/gha3mi/forimage.git"}
Expand Down

0 comments on commit a5e3b66

Please sign in to comment.