Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 92f2676

Browse files
committed
Merge pull request #19 from apiaryio/pksunkara/update
Prepare v0.1.0 release
2 parents f70a4af + a4dab64 commit 92f2676

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ API Blueprint is Web API documentation language. You can find API Blueprint docu
1212
Additionally Drafter provide set of Wrappers for serialization, of parsing result, via [SOS library](https://github.com/apiaryio/sos) into JSON and YAML format.
1313

1414
## Status
15-
- [Format 1A7](https://github.com/apiaryio/api-blueprint/releases/tag/format-1A7) fully implemented
15+
- [Format 1A8](https://github.com/apiaryio/api-blueprint/releases/tag/format-1A8) fully implemented
1616

1717
## Install
1818
OS X using Homebrew:

src/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define DRAFTER_MINOR_VERSION 1
1818
#define DRAFTER_PATCH_VERSION 0
1919

20-
#define DRAFTER_VERSION_IS_RELEASE 0
20+
#define DRAFTER_VERSION_IS_RELEASE 1
2121

2222
#ifndef DRAFTER_STRINGIFY
2323
# define DRAFTER_STRINGIFY(n) DRAFTER_STRINGIFY_HELPER(n)

tools/homebrew/drafter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class Drafter < Formula
44
homepage 'http://apiblueprint.org'
5-
head 'https://github.com/apiaryio/drafter.git'
5+
head 'https://github.com/apiaryio/drafter.git', :tag => 'v0.1.0'
66

77
def install
88
system "./configure"

0 commit comments

Comments
 (0)