From 39dfed7ae882499462f7c8d3ac39fa98033cdd4e Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 24 Jan 2013 08:37:44 -0800 Subject: [PATCH] Release 1.0.1 --- History.md | 6 ++++++ bin/burl | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index d7909ce..edea955 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +1.0.1 / 2013-01-24 +================== + + * add POST @some.json / support. Closes #4 + * fix & in quoted strings + 1.0.0 / 2012-07-20 ================== diff --git a/bin/burl b/bin/burl index 04e3176..c8a3b78 100755 --- a/bin/burl +++ b/bin/burl @@ -1,6 +1,6 @@ #!/usr/bin/env bash -version="1.0.0" +version="1.0.1" debug= args="-s" BURL=${BURL:-http://localhost:3000} @@ -12,7 +12,7 @@ quote="[[:space:]]|[&<>;]" usage() { cat < Options: