diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,10 +7,13 @@
 Gild is an opinionated command line utility that formats Haskell package
 descriptions, which are also known as `*.cabal` files.
 
-Gild started as a fork of [cabal-fmt][] by @phadej, but is now totally
-separate.
+To run Gild in CI, consider using [cabal-gild-setup-action][].
 
-[cabal-fmt]: https://github.com/phadej/cabal-fmt
+[cabal-gild-setup-action]: https://github.com/tfausak/cabal-gild-setup-action
+
+Gild started as a fork of [phadej/cabal-fmt][], but is now totally separate.
+
+[phadej/cabal-fmt]: https://github.com/phadej/cabal-fmt
 
 ## Summary
 
diff --git a/cabal-gild.cabal b/cabal-gild.cabal
--- a/cabal-gild.cabal
+++ b/cabal-gild.cabal
@@ -11,7 +11,7 @@
 maintainer: Taylor Fausak
 name: cabal-gild
 synopsis: Formats package descriptions.
-version: 0.3.0.1
+version: 1.0.0.0
 
 source-repository head
   type: git
