diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index bcfb9a0f4..6d4a8570f 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -2,9 +2,9 @@ name: test-linux on: push: - branches: [master] + branches: [master, stable-*] pull_request: - branches: [master] + branches: [master, stable-*] jobs: tests: diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 4474fab8c..356e0141e 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -2,9 +2,9 @@ name: test-macos on: push: - branches: [master] + branches: [master, stable-*] pull_request: - branches: [master] + branches: [master, stable-*] jobs: tests: diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index f5cdb204a..e36ee4157 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -2,9 +2,9 @@ name: test-website on: push: - branches: [master] + branches: [master, stable-*] pull_request: - branches: [master] + branches: [master, stable-*] jobs: tests: diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 84826a1b0..8164d0336 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -2,9 +2,9 @@ name: test-windows on: push: - branches: [master] + branches: [master, stable-*] pull_request: - branches: [master] + branches: [master, stable-*] jobs: tests: diff --git a/CHANGELOG.md b/CHANGELOG.md index 626798370..10d81edc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,6 @@ The public API of this library consists of the functions declared in file ## [Unreleased] -### Fixed -- `gridDisk` of invalid indexes should not crash. (#498) - ### Added - Vertex mode and associated functions: - `cellToVertex(cell, vertexNum)` @@ -28,6 +25,10 @@ The public API of this library consists of the functions declared in file ### Other changes - generally use `lng` instead of `lon` +## [3.7.2] - 2021-07-15 +### Fixed +- `gridDisk` of invalid indexes should not crash. (#498) + ## [3.7.1] - 2020-10-05 ### Fixed - Finding invalid edge boundaries should not crash. (#399) diff --git a/VERSION b/VERSION index a76ccff2a..0b2eb36f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.1 +3.7.2