diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for shake-plus
 
+## v0.0.3.0
+
+* Re-export shakeArgs.
+
 ## v0.0.2.1
 
 * Add functions based on [Within](https://hackage.haskell.org/package/path) to better
diff --git a/shake-plus.cabal b/shake-plus.cabal
--- a/shake-plus.cabal
+++ b/shake-plus.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 387cbfa8f76d0fd32c1779aede5a19c917ea2afd3d19382b489d8f1ae52be81f
+-- hash: 3d153076b9dc6ddb4d8c870b17bc10ec15c0ca46176a2fd19330435cd8f222d2
 
 name:           shake-plus
-version:        0.0.2.2
+version:        0.0.3.0
 synopsis:       Re-export of Shake using well-typed paths and ReaderT.
 description:    Re-export of Shake using well-typed paths and ReaderT. This is an early release so some things may be missing or broken but so far the conveniences have been worth it.
 category:       development, shake
diff --git a/src/Development/Shake/Plus/Core.hs b/src/Development/Shake/Plus/Core.hs
--- a/src/Development/Shake/Plus/Core.hs
+++ b/src/Development/Shake/Plus/Core.hs
@@ -14,6 +14,7 @@
 , Development.Shake.Rules
 , Development.Shake.FilePattern
 , Development.Shake.shake
+, Development.Shake.shakeArgs
 , Development.Shake.shakeOptions
 ) where
 
