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 11# Unreleased
22
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+
310- new module ` stdlib_ascii `
411 [ #32 ] ( https://github.com/fortran-lang/stdlib/pull/32 )
512- new module ` stdlib_bitsets `
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.14.0)
22project (fortran_stdlib
33 LANGUAGES Fortran
4- VERSION 0
4+ VERSION 0.1.0
55 DESCRIPTION "Community driven and agreed upon de facto standard library for Fortran"
66)
77enable_testing ()
Original file line number Diff line number Diff line change 11name = " stdlib"
2- version = " 0.0 .0"
2+ version = " 0.1 .0"
33license = " MIT"
44author = " stdlib contributors"
55maintainer = " @fortran-lang/stdlib"
You can’t perform that action at this time.
0 commit comments