diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d002e0c..0fd7f72 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "src/ryandata_address_utils": "0.8.0", - "src/pisd_shape": "0.1.0" + "src/pisd_shape": "0.2.0" } diff --git a/release-please-config.json b/release-please-config.json index 00e3c3d..9f66ac6 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "simple", - "separate-pull-requests": true, + "separate-pull-requests": false, "packages": { "src/ryandata_address_utils": { "component": "address-utils", diff --git a/src/pisd_shape/src/pisd_shape/CHANGELOG.md b/src/pisd_shape/src/pisd_shape/CHANGELOG.md new file mode 100644 index 0000000..e552e36 --- /dev/null +++ b/src/pisd_shape/src/pisd_shape/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## [0.2.0](https://github.com/Abstract-Data/RyanData-Address-Utils/compare/pisd-shape-v0.1.0...pisd-shape-v0.2.0) (2026-08-05) + + +### Features + +* Add pisd-shape submodule for PFISD attendance boundary shapefil… ([74bf3d8](https://github.com/Abstract-Data/RyanData-Address-Utils/commit/74bf3d8a65902a1fa6337751d4a08395d33f011f)) +* Add pisd-shape submodule for PFISD attendance boundary shapefile extraction ([82c5131](https://github.com/Abstract-Data/RyanData-Address-Utils/commit/82c513108bf7bd7793ae77385a872e8443fb87b6))