Skip to content

Commit

Permalink
Release 0.1.5 - changes into dev (#44)
Browse files Browse the repository at this point in the history
Adding the changes from releasing 0.1.5

---------

Co-authored-by: Uwe Hernandez Acosta <u.hernandez@hzdr.de>
  • Loading branch information
szabo137 and Uwe Hernandez Acosta authored Oct 25, 2023
1 parent 5661904 commit 1f8b2d2
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ verify-unit-test-deps_julia1.9:
fi
interruptible: true
tags:
- cpuonly
- cpuonly
38 changes: 38 additions & 0 deletions CHANGELOG.md
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
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QEDbase"
uuid = "10e22c08-3ccb-4172-bfcf-7d7aa3d04d93"
authors = ["Uwe Hernandez Acosta"]
version = "0.1.4"
authors = ["Uwe Hernandez Acosta <u.hernandez@hzdr.de>", "Simeon Ehrig", "Klaus Steiniger", "Tom Jungnickel", "Anton Reinhard"]
version = "0.1.5"

[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# QEDbase


[![Doc Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://qedjl-project.github.io/QEDbase.jl/main)
[![Doc Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://qedjl-project.github.io/QEDbase.jl/dev)
[![Build Status](https://gitlab.hzdr.de/qedjl/QEDbase.jl/badges/main/pipeline.svg)](https://gitlab.hzdr.de/qedjl/QEDbase.jl/pipelines)
Expand Down
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
QEDbase = "10e22c08-3ccb-4172-bfcf-7d7aa3d04d93"

0 comments on commit 1f8b2d2

Please sign in to comment.