Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 5, 2024
1 parent 699cd05 commit a8ebff5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- name: Install pg_validate_extupgrade
run: cargo install --locked --git https://github.com/rjuju/pg_validate_extupgrade.git

- name: Install PostgreSQL with server dependencies
run: brew install postgresql postgis
- name: Install (& link) PostgreSQL
run: |
brew install postgresql@14
brew link postgresql@14
- name: Generate
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ 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])
- Add support for binary I/O (see [#160], thanks [@robertozimek])

</details>
Expand Down Expand Up @@ -260,6 +261,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
[#160]: https://github.com/zachasme/h3-pg/pull/160
[@abelvm]: https://github.com/AbelVM
[@kalenikaliaksandr]: https://github.com/kalenikaliaksandr
Expand All @@ -269,4 +271,5 @@ 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
[@robertozimek]: https://github.com/robertozimek

0 comments on commit a8ebff5

Please sign in to comment.