diff --git a/CHANGELOG.md b/CHANGELOG.md index 9185bc5..0376991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.3 (2017-09-20) + +**Improvements** + +* Dependencies specified as an absolute path are now handled properly. [ee548bf](https://github.com/ejholmes/walk/commit/ee548bf5f2cf7fc97fad77c710b27929b327833f) + ## 0.3.2 (2017-08-18) **Improvements** diff --git a/VERSION b/VERSION index d15723f..1c09c74 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.2 +0.3.3 diff --git a/version.go b/version.go index f1c0be1..2320fef 100644 --- a/version.go +++ b/version.go @@ -3,4 +3,4 @@ package main // Version is the version of walk(1) -const Version = "0.3.2" +const Version = "0.3.3"