Skip to content

Commit 1a4964f

Browse files
authored
add changelog (#13)
1 parent 480d4d9 commit 1a4964f

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: changelog
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
5+
6+
jobs:
7+
# Enforces the update of a changelog file on every pull request
8+
# Can be skipped with the `Skip-Changelog` label
9+
changelog:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: dangoslen/changelog-enforcer@v3

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
FortranFiles.jl Changelog
2+
===========================
3+
4+
[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg
5+
[badge-deprecation]: https://img.shields.io/badge/Deprecation-orange.svg
6+
[badge-feature]: https://img.shields.io/badge/Feature-green.svg
7+
[badge-experimental]: https://img.shields.io/badge/Experimental-yellow.svg
8+
[badge-enhancement]: https://img.shields.io/badge/Enhancement-blue.svg
9+
[badge-bugfix]: https://img.shields.io/badge/Bugfix-purple.svg
10+
[badge-fix]: https://img.shields.io/badge/Fix-purple.svg
11+
[badge-info]: https://img.shields.io/badge/Info-gray.svg
12+
13+
Version 0.6.1-DEV
14+
-------------
15+
- ![FEATURE][badge-feature] Support `do` syntax.
16+
- ![INFO][badge-info] Qualify import of String
17+
- ![INFO][badge-info] Add CI and format code.
18+
- ![INFO][badge-info] Add CHANGELOG file and changelog CI.
19+
20+
21+

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FortranFiles"
22
uuid = "c58ffaec-ab22-586d-bfc5-781a99fd0b10"
33
author = ["Frank Otto <[email protected]>"]
4-
version = "0.6.0"
4+
version = "0.6.1-DEV"
55

66
[compat]
77
julia = "1"

0 commit comments

Comments
 (0)