Skip to content

Commit

Permalink
Add changelog entry for 3.7.2, enable CI on stable-* (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky authored Jul 16, 2021
1 parent f084317 commit 4b574f0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: test-linux

on:
push:
branches: [master]
branches: [master, stable-*]
pull_request:
branches: [master]
branches: [master, stable-*]

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: test-macos

on:
push:
branches: [master]
branches: [master, stable-*]
pull_request:
branches: [master]
branches: [master, stable-*]

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: test-website

on:
push:
branches: [master]
branches: [master, stable-*]
pull_request:
branches: [master]
branches: [master, stable-*]

jobs:
tests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: test-windows

on:
push:
branches: [master]
branches: [master, stable-*]
pull_request:
branches: [master]
branches: [master, stable-*]

jobs:
tests:
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.1
3.7.2

0 comments on commit 4b574f0

Please sign in to comment.