Skip to content

Commit 0ef8ffb

Browse files
committed
Bump stdlib version to 0.1.0
1 parent 0d1cc1c commit 0ef8ffb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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`

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14.0)
22
project(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
)
77
enable_testing()

ci/fpm.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "stdlib"
2-
version = "0.0.0"
2+
version = "0.1.0"
33
license = "MIT"
44
author = "stdlib contributors"
55
maintainer = "@fortran-lang/stdlib"

0 commit comments

Comments
 (0)