Skip to content

Commit 68f022f

Browse files
Release v0.16.4 (#195)
Co-authored-by: Joshua Lampert <[email protected]>
1 parent 1cdaedf commit 68f022f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.16.4] - 2025-08-10
12+
1013
### Added
1114

1215
- Adds integral methods for `PolyArea` and subtypes of `Domain` with explicit tests for `CartesianGrid`, `PolyArea`, `RegularGrid`, `SimpleMesh`, and `StructuredGrid`.
16+
- Adds `Base.show` methods for nicer display of integration rule types.
1317

1418
### Changed
1519

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MeshIntegrals"
22
uuid = "dadec2fd-bbe0-4da4-9dbe-476c782c8e47"
3-
version = "0.16.3"
3+
version = "0.16.4"
44

55
[deps]
66
CliffordNumbers = "3998ac73-6bd4-4031-8035-f167dd3ed523"

0 commit comments

Comments
 (0)