-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 0.1.5 - changes into dev (#44)
Adding the changes from releasing 0.1.5 --------- Co-authored-by: Uwe Hernandez Acosta <u.hernandez@hzdr.de>
- Loading branch information
Showing
5 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,4 +119,4 @@ verify-unit-test-deps_julia1.9: | |
fi | ||
interruptible: true | ||
tags: | ||
- cpuonly | ||
- cpuonly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## Version 0.1.5 | ||
|
||
[diff since 0.1.4](https://github.com/QEDjl-project/QEDbase.jl/compare/0c70f66...release-0.1.5) | ||
|
||
### Breaking changes | ||
|
||
no breaking changes | ||
|
||
### New features | ||
|
||
* Move particle definitions from QEDprocesses.jl to QEDbase.jl https://github.com/QEDjl-project/QEDbase.jl/pull/25 | ||
* Base state fix https://github.com/QEDjl-project/QEDbase.jl/pull/37 | ||
|
||
### Maintenance | ||
|
||
* CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) https://github.com/QEDjl-project/QEDbase.jl/pull/40 | ||
* add CompatHelper CI Job https://github.com/QEDjl-project/QEDbase.jl/pull/35 | ||
* run unit tests for Julia 1.6 until 1.9 | ||
https://github.com/QEDjl-project/QEDbase.jl/pull/29 | ||
* add documentation build and deploy job | ||
https://github.com/QEDjl-project/QEDbase.jl/pull/28 | ||
* Belated review fixes on #25 | ||
https://github.com/QEDjl-project/QEDbase.jl/pull/34 | ||
* remove GitLab CI formatter job | ||
https://github.com/QEDjl-project/QEDbase.jl/pull/27 | ||
* add formatter job to GitHub Actions | ||
https://github.com/QEDjl-project/QEDbase.jl/pull/19 | ||
* [FIX-21] building docs locally | ||
https://github.com/QEDjl-project/QEDbase.jl/pull/23 | ||
* remove Mainifest.toml https://github.com/QEDjl-project/QEDbase.jl/pull/18 | ||
* make format_all.jl path independent | ||
https://github.com/QEDjl-project/QEDbase.jl/pull/17 | ||
* add integration tests https://github.com/QEDjl-project/QEDbase.jl/pull/2 | ||
* ci: add unit tests https://github.com/QEDjl-project/QEDbase.jl/pull/13 | ||
* Update the gitignore to fix issue #6 | ||
https://github.com/QEDjl-project/QEDbase.jl/pull/11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters