Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jan 6, 2025
1 parent 2357fcb commit 4d5b424
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
## 0.9.8 (2025-01-05)

### Fixed

- Fix cross-compilation by using the right `ar` binary (#15, @anmonteiro)
- Fix build on glibc >= 2.38 (#17, @anmonteiro)

## 0.9.7

### Fixed
- Bumped `pg_query` version to fix build on ARM (#8, @apeschar)

## 0.9.6

### Fixed
- Replaced core with cmdliner to reduce number of dependencies (#4, @eWert-Online)

Expand Down
1 change: 1 addition & 0 deletions test/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(tests
(names test)
(modes native)
(libraries alcotest pg_query))

0 comments on commit 4d5b424

Please sign in to comment.