Skip to content

Commit 2d4908e

Browse files
authored
Merge pull request #295 from Loop3D/release-please--branches--master
chore: release master
2 parents b7f2109 + 6f286cd commit 2d4908e

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"LoopStructural": "1.7.0",
3-
"packages/loop_common": "0.0.1",
3+
"packages/loop_common": "0.0.2",
44
"packages/loop_interpolation": "0.0.1"
55
}

packages/loop_common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.0.2](https://github.com/Loop3D/LoopStructural/compare/loop-common-v0.0.1...loop-common-v0.0.2) (2026-08-04)
4+
5+
6+
### Bug Fixes
7+
8+
* apply chain rule in StructuredGrid2D element gradient ([08e2e19](https://github.com/Loop3D/LoopStructural/commit/08e2e193fa0de78e1cdaed9ef01c7ce90c4b7ce9))
9+
* apply chain rule in StructuredGrid2D element gradient ([08e2e19](https://github.com/Loop3D/LoopStructural/commit/08e2e193fa0de78e1cdaed9ef01c7ce90c4b7ce9))
10+
* apply chain rule in StructuredGrid2D element gradient ([3d43f5c](https://github.com/Loop3D/LoopStructural/commit/3d43f5ce1b0de3830ec93b814175414820867f4e)), closes [#289](https://github.com/Loop3D/LoopStructural/issues/289)
11+
* remove release-as pin now that loop-common/loop-interpolation have released ([b7f2109](https://github.com/Loop3D/LoopStructural/commit/b7f21093f9e6bdd9001a347c14d1c20ef26f1d57))
12+
313
## [0.0.1](https://github.com/Loop3D/LoopStructural/compare/loop-common-v0.0.1...loop-common-v0.0.1) (2026-08-03)
414

515

packages/loop_common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "loop-common"
77
description = "Common utilities for LoopStructural"
8-
version = "0.0.1"
8+
version = "0.0.2"
99
requires-python = ">=3.9"
1010
authors = [{ name = "Lachlan Grose", email = "lachlan.grose@monash.edu" }]
1111
readme = "README.md"

0 commit comments

Comments
 (0)