File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+
4
+ # Version 0.1.0
5
+
6
+ Full release notes available at [ v0.1.0] tag.
7
+
8
+ [ v0.1.0 ] : https://github.com/fortran-lang/stdlib/releases/tag/v0.1.0
9
+
3
10
- new module ` stdlib_ascii `
4
11
[ #32 ] ( https://github.com/fortran-lang/stdlib/pull/32 )
5
12
- new module ` stdlib_bitsets `
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.14.0 )
2
2
project (fortran_stdlib
3
3
LANGUAGES Fortran
4
- VERSION 0
4
+ VERSION 0.1.0
5
5
DESCRIPTION "Community driven and agreed upon de facto standard library for Fortran"
6
6
)
7
7
enable_testing ()
Original file line number Diff line number Diff line change 1
1
name = " stdlib"
2
- version = " 0.0 .0"
2
+ version = " 0.1 .0"
3
3
license = " MIT"
4
4
author = " stdlib contributors"
5
5
maintainer = " @fortran-lang/stdlib"
You can’t perform that action at this time.
0 commit comments