Skip to content

Commit

Permalink
Bump version to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Feb 25, 2013
1 parent f39671e commit 5de4cf5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ YARD: Yay! A Ruby Documentation Tool
**Contributors**: See Contributors section below
**Copyright**: 2007-2013
**License**: MIT License
**Latest Version**: 0.8.4.1
**Release Date**: February 5th 2013
**Latest Version**: 0.8.5
**Release Date**: February 24th 2013

Synopsis
--------
Expand Down Expand Up @@ -286,6 +286,10 @@ More options can be seen by typing `yard graph --help`, but here is an example:

## Changelog

- **February.24.13**: 0.8.5 release
- Basic support for Ruby 2.0 (fix compat issues in RDoc 4.0, RubyGems 2.0)
- Add CSS styling for tables in default HTML template

- **February.5.13**: 0.8.4.1 release
- Fix regression that broke loading of existing yardoc dbs (#648)

Expand Down
2 changes: 1 addition & 1 deletion lib/yard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module YARD
VERSION = "0.8.4.1"
VERSION = "0.8.5"
end
1 change: 1 addition & 0 deletions yard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Gem::Specification.new do |s|
s.executables = ['yard', 'yardoc', 'yri']
s.has_rdoc = 'yard'
s.rubyforge_project = 'yard'
s.license = 'MIT' if s.respond_to?(:license=)
end

0 comments on commit 5de4cf5

Please sign in to comment.