Skip to content

Commit edd4af9

Browse files
Copilotivan-pi
andauthored
chore: bump versions to 0.2.0 and add releases table to README
Agent-Logs-Url: https://github.com/ivan-pi/stiff3/sessions/7b30eba2-f07d-45ed-a5f7-8da6cb98b014 Co-authored-by: ivan-pi <21085643+ivan-pi@users.noreply.github.com>
1 parent 8d527f4 commit edd4af9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
project(stiff3
4-
VERSION 0.1.0
4+
VERSION 0.2.0
55
DESCRIPTION "Adaptive solver for stiff systems of ODEs"
66
LANGUAGES Fortran
77
)

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ This repository provides a refactored version with a simplified procedural inter
1717
- Depends on BLAS and LAPACK for linear algebra operations
1818
- Supports two build systems: [CMake](https://cmake.org/) and [Fortran Package Manager (fpm)](https://github.com/fortran-lang/fpm)
1919

20+
## Releases
21+
22+
| Major.Minor | Date |
23+
|-------------|------------|
24+
| 0.1 | 2023-02-13 |
25+
2026
## Installation
2127

2228
To use this project you need to have

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "stiff3"
2-
version = "0.1.0"
2+
version = "0.2.0"
33
license = "Apache-2.0"
44
maintainer = "ivan.pribec@gmail.com"
55
author = ["John Villadsen", "Michael L. Michelsen"]

0 commit comments

Comments
 (0)