Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard committed Sep 2, 2024
1 parent e87cb63 commit 7d9b47f
Showing 1 changed file with 16 additions and 0 deletions.
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

0 comments on commit 7d9b47f

Please sign in to comment.