Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fazibear committed Oct 29, 2016
1 parent f99e7cf commit 594a3ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.5.1] - 2016.10.29

### Fixes
- Error when router not exists


## [0.5.0] - 2016.10.29

### Added
Expand Down Expand Up @@ -86,7 +92,8 @@
- rename `update_dom` to `render!`
- use `opal-browser` instead of pure javascript

[Unreleased]: https://github.com/inesita-rb/inesita/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/inesita-rb/inesita/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/inesita-rb/inesita/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/inesita-rb/inesita/compare/v0.4.1...v0.5.0
[0.4.4]: https://github.com/inesita-rb/inesita/compare/v0.4.1...v0.4.4
[0.4.1]: https://github.com/inesita-rb/inesita/compare/v0.4.0...v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion inesita.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'inesita'
s.version = '0.5.0'
s.version = '0.5.1'
s.authors = ['Michał Kalbarczyk']
s.email = '[email protected]'
s.homepage = 'http://github.com/inesita-rb/inesita'
Expand Down

0 comments on commit 594a3ef

Please sign in to comment.