Skip to content

Commit

Permalink
Merge pull request #458 from apiaryio/kylef/sc-action-ident
Browse files Browse the repository at this point in the history
Update Snowcrash and release 3.2.3
  • Loading branch information
kylef authored Mar 14, 2017
2 parents 3e5bdae + 76bad1e commit f82d980
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext/snowcrash
2 changes: 1 addition & 1 deletion src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/homebrew/drafter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f82d980

Please sign in to comment.