From 09c812247b258880869304410a3326e222176c05 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 14 Mar 2017 11:12:16 +0000 Subject: [PATCH 1/2] chore: Update snowcrash --- CHANGELOG.md | 10 ++++++++++ ext/snowcrash | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9248737ca..22aea64af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Drafter Changelog +## 3.2.5 + +### Bug Fixes + +* Action identifiers may now contain `(` and `)` characters. + + ```apib + ## My Action (Deprecated) [GET] + ``` + ## 3.2.4 ### Bug Fixes diff --git a/ext/snowcrash b/ext/snowcrash index d3c45a9ef..e5da21d44 160000 --- a/ext/snowcrash +++ b/ext/snowcrash @@ -1 +1 @@ -Subproject commit d3c45a9ef9777967de1ea7e7ba6fc578897f8961 +Subproject commit e5da21d44eeda49dd15baad56d1ec12dd0ffbe06 From 76bad1ee5977785691afb01b9a05e8f176ff9596 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Tue, 14 Mar 2017 11:12:59 +0000 Subject: [PATCH 2/2] chore: Release 3.2.5 --- src/Version.h | 2 +- tools/homebrew/drafter.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Version.h b/src/Version.h index 46ff94124..7e53bc132 100644 --- a/src/Version.h +++ b/src/Version.h @@ -15,7 +15,7 @@ #define DRAFTER_MAJOR_VERSION 3 #define DRAFTER_MINOR_VERSION 2 -#define DRAFTER_PATCH_VERSION 4 +#define DRAFTER_PATCH_VERSION 5 #define DRAFTER_VERSION_IS_RELEASE 1 #define DRAFTER_PRE_RELEASE_VERSION 0 diff --git a/tools/homebrew/drafter.rb b/tools/homebrew/drafter.rb index a8dbf836a..e72df7a98 100644 --- a/tools/homebrew/drafter.rb +++ b/tools/homebrew/drafter.rb @@ -2,7 +2,7 @@ class Drafter < Formula homepage 'http://apiblueprint.org' - head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.2.4' + head 'https://github.com/apiaryio/drafter.git', :tag => 'v3.2.5' def install system "./configure", "--shared"