From 5786927895eefaf6147f3bd7a09346c2fba89c89 Mon Sep 17 00:00:00 2001 From: Travis Gockel Date: Mon, 19 Jan 2015 22:00:38 -0700 Subject: [PATCH] Updates VERSIONS file for v0.4.1 release. --- VERSIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSIONS.md b/VERSIONS.md index 0726726..d5bd1fb 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -11,7 +11,7 @@ The focus of this release was the creation of tools to traverse and manipulate the JSON AST. - - [0.4.1](https://github.com/tgockel/json-voorhees/releases/tag/v0.4.1): *FUTURE* + - [0.4.1](https://github.com/tgockel/json-voorhees/releases/tag/v0.4.1): 2015 January 19 - Adds reverse iteration to `array_view` and `object_view` - Adds the `map` algorithm - Adds the `diff` algorithm