Skip to content

Releases: hpc-maths/samurai

v0.8.0

19 Oct 08:07
d795e30
Compare
Choose a tag to compare

0.8.0 (2023-10-19)

Features

v0.7.0

09 Oct 16:47
c6ed4af
Compare
Choose a tag to compare

0.7.0 (2023-10-09)

Features

Bug Fixes

v0.6.0

09 Jul 08:46
7be28c4
Compare
Choose a tag to compare

0.6.0 (2023-07-09)

Features

Bug Fixes

v0.5.0

05 Jul 09:10
81e3bb2
Compare
Choose a tag to compare

0.5.0 (2023-07-05)

Features

v0.4.0

03 Jul 07:20
8e5fb99
Compare
Choose a tag to compare

0.4.0 (2023-07-03)

Features

Bug Fixes

v0.3.0

22 May 05:24
3d4614d
Compare
Choose a tag to compare

0.3.0 (2023-05-22)

Features

Bug Fixes

v0.2.0

22 Apr 17:13
ea855e9
Compare
Choose a tag to compare

0.2.0 (2023-04-22)

Features

  • convergence order computation (#83) (50d8419)
  • unification of the boundary conditions (#82) (647c314)

Bug Fixes

v0.1.1

18 Apr 04:42
02b2e52
Compare
Choose a tag to compare

0.1.1 (2023-04-18)

Bug Fixes

  • set a name for check-pr-title action (#80) (7e72642)

Release 0.1.0

18 Apr 04:36
6559fd2
Compare
Choose a tag to compare
feat: conventional-commit (#78)

Add the conventional-commit process meaning that the PR title must
follow the rules described in https://www.conventionalcommits.org.

Add the release-please github action which bumps the version.txt file
and updates the CHANGELOG.md and creates a PR with these changes.

*Note*: release-please needs a token to trigger other github actions. We
don't do that and if we call the process two times, the release will be
created at the end.