Skip to content

Commit

Permalink
Edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JTHesse committed Jun 24, 2024
1 parent 2804c22 commit 24e5356
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@ SPDX-License-Identifier: BSD-3-Clause

All notable changes to this project will be documented in this file.

## [1.1.6] - 2024
## [1.1.6] - 2024-06-24

### Added

- Bond associated basis
- Many tests
- Element support for exodus export #20
- State variable in exodus export #148

### Fixed

- FEM basis, not yet coupled with PD #132
- Testset continues running after error

### Changed

- Moved datamanager #61
- Code cleaning
- Code cleaning and test coverage
- Optimized handling with specific volume

## [1.1.5] - 2024-05-13

Expand Down

2 comments on commit 24e5356

@JTHesse
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/109656

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.6 -m "<description of version>" 24e5356789066031054c6938e77d8413b7b78251
git push origin v1.1.6

Please sign in to comment.