Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Oscity committed Apr 4, 2019
1 parent dc3eb33 commit 1e5c7b4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.1.2 (04.04.2019)

Features:

- add ability to mark current state
- add ability to specify output format
- add ability to specify output directory

Bugfixes:

- dependency updates


# v0.1.1 (07.10.2015)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ brew install graphviz
Add this line to your application's Gemfile:

```ruby
gem 'stateoscope', group: :development
gem 'stateoscope', '~> 0.1.2', group: :development
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/stateoscope/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Stateoscope
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit 1e5c7b4

Please sign in to comment.