We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1cc1c commit 0ef8ffbCopy full SHA for 0ef8ffb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Unreleased
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
10
- new module `stdlib_ascii`
11
[#32](https://github.com/fortran-lang/stdlib/pull/32)
12
- new module `stdlib_bitsets`
CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14.0)
project(fortran_stdlib
LANGUAGES Fortran
- VERSION 0
+ VERSION 0.1.0
DESCRIPTION "Community driven and agreed upon de facto standard library for Fortran"
)
enable_testing()
ci/fpm.toml
@@ -1,5 +1,5 @@
name = "stdlib"
-version = "0.0.0"
+version = "0.1.0"
license = "MIT"
author = "stdlib contributors"
maintainer = "@fortran-lang/stdlib"
0 commit comments