Skip to content

Commit

Permalink
Bump version and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PintarM committed Dec 6, 2019
1 parent f28fa3d commit 40710f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2019-12-06

### Fixed

- Fixed handling of `"RegionHoles"` property of `ElementMesh` for all affected functions

## [1.0.0] - 2019-07-04

### Added
Expand Down Expand Up @@ -108,7 +114,8 @@ and this fixes some weird behaviour when handling boundary meshes

- Initial functionality

[Unreleased]: https://github.com/c3m-labs/MeshTools/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/c3m-labs/MeshTools/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/c3m-labs/MeshTools/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/c3m-labs/MeshTools/compare/v0.7.1...v1.0.0
[0.7.1]: https://github.com/c3m-labs/MeshTools/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/c3m-labs/MeshTools/compare/v0.6.1...v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions MeshTools/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(* BuildNumber and Internal values should be inserted during build procedure. *)
Paclet[
Name -> "MeshTools",
Version -> "1.0.0",
Version -> "1.0.1",
WolframVersion -> "11.+",
Description -> "Utilities for creating and manipulating ElementMesh objects.",
Creator -> "Matevz Pintar",
Expand All @@ -24,7 +24,7 @@
{"PacletServer",
"Tags" -> {"finite-elements","mesh","FEM"},
"Categories" -> {"FEM"},
"Description" -> "A package with utilities for creating and manipulating ElementMesh objects.",
"Description" -> "Utilities for creating and manipulating ElementMesh objects.",
"License" -> "MIT"
}
}
Expand Down

0 comments on commit 40710f2

Please sign in to comment.