From 1f8b2d2340e5a92c700bff458bfc385b8904448f Mon Sep 17 00:00:00 2001 From: Uwe Hernandez Acosta Date: Wed, 25 Oct 2023 09:14:59 +0200 Subject: [PATCH] Release 0.1.5 - changes into dev (#44) Adding the changes from releasing 0.1.5 --------- Co-authored-by: Uwe Hernandez Acosta --- .gitlab-ci.yml | 2 +- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ Project.toml | 4 ++-- README.md | 1 + docs/Project.toml | 1 - 5 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b691a87..74afcb6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,4 +119,4 @@ verify-unit-test-deps_julia1.9: fi interruptible: true tags: - - cpuonly + - cpuonly \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a1eda3b --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/Project.toml b/Project.toml index b932628..d9ac363 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QEDbase" uuid = "10e22c08-3ccb-4172-bfcf-7d7aa3d04d93" -authors = ["Uwe Hernandez Acosta"] -version = "0.1.4" +authors = ["Uwe Hernandez Acosta ", "Simeon Ehrig", "Klaus Steiniger", "Tom Jungnickel", "Anton Reinhard"] +version = "0.1.5" [deps] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" diff --git a/README.md b/README.md index b4bedcc..a2f4cc0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/Project.toml b/docs/Project.toml index b927490..6c8f953 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -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"