Skip to content

Commit

Permalink
Bump version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Dec 19, 2014
1 parent 7ea21ba commit 48ebca2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# apiDoc Changelog

#### 0.10.2
#### 0.11.0

* CLI
* Add parameter `--parse-languages` for custom language regex.

* Parser
* Add Clojure parser.
* Add Clojure parser for `.clj` files.
* Extend parser to transfer own language regex.
* Update apidoc-core interface (replace arguments with setters).

* Template
* Add chinese and dutch translations files.


#### 0.10.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# apiDoc 0.10.x
# apiDoc

Generates a RESTful web API Documentation.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.10.2",
"version": "0.11.0",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": {
Expand Down

0 comments on commit 48ebca2

Please sign in to comment.