Skip to content

Commit

Permalink
changelog update & bump (#112)
Browse files Browse the repository at this point in the history
* add changelog

* bump version
  • Loading branch information
koehlerson authored Nov 10, 2023
1 parent 4c5c25e commit bef6e8f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2023-11-10
### Added
- uniform refinement for high-order solutions ([#97][github-97])
- dependabot for GitHub actions ([#101][github-101])
- attempt to increase internal machinery test coverage ([#104][github-104])

### Modified
- `README.md` improvements with example gifs ([#96][github-96])
- CI trigger only for PRs and master ([#105][github-105])
- update docs to Documenter v1 ([#106][github-106])
- update Makie in docs to v0.19.12 ([#109][github-109])

### Fixed
- 0 `ntriangles` for empty domains ([#92][github-92])
- correct link for plasticity example ([#93][github-93])
- colorbar for 0 values and `ferriteviewer` deformation default changed to false ([#95][github-95])

## [0.2.1] - 2023-05-24
### Added
- Basic culling where all faces of all boundary elements are rendered ([#56][github-56]).
Expand Down Expand Up @@ -66,7 +83,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[github-83]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/83
[github-85]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/85
[github-89]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/89
[github-92]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/92
[github-93]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/93
[github-95]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/95
[github-96]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/96
[github-97]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/97
[github-101]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/101
[github-104]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/104
[github-105]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/105
[github-106]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/106
[github-109]: https://github.com/Ferrite-FEM/FerriteViz.jl/pull/109

[Unreleased]: https://github.com/Ferrite-FEM/FerriteViz.jl/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/Ferrite-FEM/FerriteViz.jl/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/Ferrite-FEM/FerriteViz.jl/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/Ferrite-FEM/FerriteViz.jl/compare/v0.2.1...v0.2.0
[0.2.0]: https://github.com/Ferrite-FEM/FerriteViz.jl/compare/v0.2.0...v0.1.4
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FerriteViz"
uuid = "59d0093e-b1f1-4fb7-ac85-ab57e45f39d9"
authors = ["Maximilian Köhler <maximilian.koehler@ruhr-uni-bochum.de> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
Ferrite = "c061ca5d-56c9-439f-9c0e-210fe06d3992"
Expand Down

2 comments on commit bef6e8f

@koehlerson
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

See CHANGELOG.md for notable changes.

@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/95114

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 v0.2.2 -m "<description of version>" bef6e8f423aca17f281a02d77801bd6965b553bf
git push origin v0.2.2

Please sign in to comment.