diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+### 1.0.3
+
+Fix annotations for [repoLoadFile](https://hackage.haskell.org/package/gi-ostree/docs/GI-OSTree-Objects-Repo.html#g:33), see [issue #106](https://github.com/haskell-gi/haskell-gi/issues/106).
+
 ### 1.0.1
 
 Initial release
diff --git a/OSTree.overrides b/OSTree.overrides
--- a/OSTree.overrides
+++ b/OSTree.overrides
@@ -4,3 +4,9 @@
 ignore LzmaDecompressorClass
 ignore LzmaCompressorClass
 ignore LibarchiveInputStreamClass
+
+# This is using the deprecated allow-none annotations, which are ambiguous.
+# See https://github.com/haskell-gi/haskell-gi/issues/106
+set-attr OSTree/Repo/load_file/@parameters/out_input nullable 1
+set-attr OSTree/Repo/load_file/@parameters/out_file_info nullable 1
+set-attr OSTree/Repo/load_file/@parameters/out_xattrs nullable 1
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Documentation
 Autogenerated documentation for this package can be found at
 
-[https://hackage.haskell.org/package/gi-ostree-1.0.2/docs/GI-OSTree.html](https://hackage.haskell.org/package/gi-ostree-1.0.2/docs/GI-OSTree.html)
+[https://hackage.haskell.org/package/gi-ostree-1.0.3/docs/GI-OSTree.html](https://hackage.haskell.org/package/gi-ostree-1.0.3/docs/GI-OSTree.html)
 
 For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
diff --git a/gi-ostree.cabal b/gi-ostree.cabal
--- a/gi-ostree.cabal
+++ b/gi-ostree.cabal
@@ -1,5 +1,5 @@
 name:                 gi-ostree
-version:              1.0.2
+version:              1.0.3
 synopsis:             OSTree bindings
 description:          Bindings for OSTree, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
