0.4.2
diff --git a/Cargo.toml b/Cargo.toml
index fe3cf0e..4dff0dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "petgraph"
-version = "0.4.1"
+version = "0.4.2"
 license = "MIT/Apache-2.0"
 authors = [
 "bluss",
diff --git a/README.rst b/README.rst
index f19236d..f1409cd 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,12 @@
 Recent Changes
 --------------
 
+- 0.4.2
+
+  - Move the ``visit.rs`` file due to changed rules for a module’s directory
+    ownership in Rust, resolving a future compat warning.
+  - The error types ``Cycle, NegativeCycle`` now implement ``PartialEq``.
+
 - 0.4.1
 
   - Add new algorithm ``simple_fast`` for computing dominators in a control-flow