Skip to content

Commit

Permalink
Add CHANGELOG entry for #140 and add tests to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Oct 2, 2023
1 parent 58b7c17 commit 7fbe5bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
config: [Release, Debug]
pg: [15, 14, 13, 12, 11]
pg: [16, 15, 14, 13, 12, 11]

runs-on: ubuntu-22.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
config: [Release, Debug]

runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ avoid adding features or APIs which do not map onto the
Click to see more.
</summary>

- Fix library extension on macOS for PostgreSQL >= 16 (see [#140], thanks [@bayandin])

</details>

## [4.1.3] - 2023-07-26
Expand Down Expand Up @@ -258,6 +260,7 @@ avoid adding features or APIs which do not map onto the
[#112]: https://github.com/zachasme/h3-pg/pull/112
[#117]: https://github.com/zachasme/h3-pg/issues/117
[#131]: https://github.com/zachasme/h3-pg/pull/131
[#140]: https://github.com/zachasme/h3-pg/pull/140
[@abelvm]: https://github.com/AbelVM
[@kalenikaliaksandr]: https://github.com/kalenikaliaksandr
[@kmacdough]: https://github.com/kmacdough
Expand All @@ -266,3 +269,4 @@ avoid adding features or APIs which do not map onto the
[@mngr777]: https://github.com/mngr777
[@trylinka]: https://github.com/trylinka
[@rustprooflabs]: https://github.com/rustprooflabs
[@bayandin]: https://github.com/bayandin

0 comments on commit 7fbe5bb

Please sign in to comment.