Skip to content

Commit

Permalink
Release 0.1.1 to dev (#56)
Browse files Browse the repository at this point in the history
Release back into dev

Use simple merge commit
  • Loading branch information
AntonReinhard authored Sep 3, 2024
2 parents 1f0e5f6 + b302c38 commit 3c4b7af
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Version 0.1.1

This release contains some minor fixes and CI work. No breaking changes have been introduced.

[diff since 0.1.0](https://github.com/QEDjl-project/QEDcore.jl/compare/release-0.1.0...release-0.1.1)

### Fixes

- [#42](https://github.com/QEDjl-project/QEDcore.jl/pull/42): Make `mul` function private since `*` should be used instead
- [#47](https://github.com/QEDjl-project/QEDcore.jl/pull/47): Fix docs building to deploy to gh-pages correctly

### Maintenance

- [#44](https://github.com/QEDjl-project/QEDcore.jl/pull/44): Add docs building job to the CI
- [#46](https://github.com/QEDjl-project/QEDcore.jl/pull/46): Remove `Suppressor.jl` dependency which is not needed anymore

## Version 0.1.0

**Initial Release**
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = [
"Uwe Hernandez Acosta <u.hernandez@hzdr.de>",
"Anton Reinhard <a.reinhard@hzdr.de>",
]
version = "0.1.0"
version = "0.1.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down

0 comments on commit 3c4b7af

Please sign in to comment.