We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf13d3 commit 4b911b2Copy full SHA for 4b911b2
CHANGES.md
@@ -1,3 +1,12 @@
1
+## 5.1.2 (2024-12-08)
2
+
3
+- Fixed version discovery with pkg-config.
4
+- Removed obsolete `base-bytes` dependency.
5
+- Switched to ocamlformat 0.27.0.
6
+- Fixed macro naming and instantiation formatting.
7
+- Fixed copyright notices.
8
+- Improved GitHub workflow.
9
10
## 5.1.1 (2024-11-26)
11
12
- Fixed a rare, architecture-specific GC bug in `lo_seek`.
postgresql.opam
@@ -18,7 +18,6 @@ depends: [
18
"ocaml" {>= "4.12"}
19
"dune-configurator"
20
"conf-postgresql" {build}
21
- "base-bytes"
22
"odoc" {with-doc}
23
]
24
build: [
0 commit comments