Skip to content

Commit 627a0f3

Browse files
authored
Merge pull request #99 from rust-math/check-changelog-update
Additional CHANGELOG rule
2 parents 58cd72e + 27a236a commit 627a0f3

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Keep a Changelog
2+
3+
on:
4+
pull_request: {}
5+
6+
jobs:
7+
check-updated:
8+
runs-on: ubuntu-20.04
9+
steps:
10+
- uses: actions/checkout@v1
11+
with:
12+
fetch-depth: 0
13+
- run: bash -c "! git diff --exit-code origin/master... CHANGELOG.md"

CHANGELOG.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
Unreleased
2-
-----------
1+
# Changelog
2+
3+
- All notable changes to this project will be documented in this file.
4+
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
In addition to original Keep-a-Changelog, we use following rules:
8+
9+
- Use [GitHub Flavored Markdown](https://github.github.com/gfm/)
10+
- Each line in changes SHOULD include a link to Pull Request in GitHub
11+
- Each Pull Request MUST add a line in this file
12+
- This will be checked by GitHub Actions
13+
- Each Pull Request MAY correspond to one or more lines in this file
14+
15+
## Unreleased
16+
17+
### Added
18+
19+
### Changed
320

421
### Fixed
522
- Added path for libiomp5 static libraries under /opt/intel https://github.com/rust-math/intel-mkl-src/pull/63
623
- make intel-mkl-tool use pkg-config canonically https://github.com/rust-math/intel-mkl-src/pull/65
724

8-
0.7.0+mkl2020.1 - 2022-07-29
9-
=============================
25+
### Internal
26+
27+
## 0.7.0+mkl2020.1 - 2022-07-29
1028

1129
Released 2 crates
1230

@@ -23,8 +41,7 @@ Released 2 crates
2341
- dirs 4.0 https://github.com/rust-math/intel-mkl-src/pull/74
2442
- Repository of container image has been moved to GitHub Container Registry (ghcr.io) from DockerHub https://github.com/rust-math/intel-mkl-src/pull/60
2543

26-
0.6.0+mkl2020.1 - 2020-06-23
27-
=============================
44+
## 0.6.0+mkl2020.1 - 2020-06-23
2845

2946
Released 3 crates
3047

@@ -54,8 +71,7 @@ Released 3 crates
5471
- Create MKL-enable Rust container https://github.com/rust-math/intel-mkl-src/pull/36
5572
- Switch to GitHub Actions https://github.com/rust-math/intel-mkl-src/pull/32
5673

57-
0.5.0 - 2019-12-15
58-
===================
74+
## 0.5.0 - 2019-12-15
5975

6076
### Added
6177
- intel-mkl-sys sub-crate for vectorized math and statistiacl functions https://github.com/rust-math/intel-mkl-src/pull/26

0 commit comments

Comments
 (0)