Skip to content

Commit

Permalink
Merge pull request #7 from astratto/prepare_release
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
punkle committed Jan 25, 2016
2 parents f5b06f8 + eceb86c commit 1ffa7b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changes

### 2016-01-25 (0.10.0)

**Features**

* Add ability to generate a partial embeddable version of the documentation

### 2015-11-23 (0.9.0)

First public version released.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ class MyApp < Sinatra::Base
end
```

Note that configuring ```format = :partial_html``` generates an HTML snippet
that can be easily embedded, instead of a complete HTML page.

### Generating documentation

In your *config.ru* (or in your main .rb file) you can trigger the generation
Expand Down
2 changes: 1 addition & 1 deletion lib/doc_my_routes/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DocMyRoutes version
module DocMyRoutes
VERSION = '0.9.0'
VERSION = '0.10.0'
end

0 comments on commit 1ffa7b3

Please sign in to comment.