Skip to content

Commit

Permalink
Bump version to 0.8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Nov 2, 2013
1 parent dbd443f commit b78dea2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -7,8 +7,8 @@
**Contributors**: http://github.com/lsegal/yard/contributors
**Copyright**: 2007-2013
**License**: MIT License
**Latest Version**: 0.8.7.2
**Release Date**: September 18th 2013
**Latest Version**: 0.8.7.3
**Release Date**: November 1st 2013

## Synopsis

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

## Changelog

- **November.1.13**: 0.8.7.3 release
- Handle Unicode method/class/file names in server URL encoding (lsegal/rubydoc.info#69).
- Style keyword style hashes with same symbol color in code highlighting (#707).
- Fix broken JS when visiting docs in file:// scheme (#706).
- Add support for new AsciiDoc file extensions (#704).
- Fix issues where non-Ruby code blocks would not display in Ruby 2 (#702).
- Add support for extra Ruby 2 symbol types in Ripper (#701).
- Ensure config directory exists before saving config file (#700).

- **September.18.13**: 0.8.7.2 release
- Disallow absolute URLs when using frame anchor support.
- Support casted functions in CRuby method declarations (#697)
Expand Down
2 changes: 1 addition & 1 deletion lib/yard/version.rb
@@ -1,3 +1,3 @@
module YARD
VERSION = "0.8.7.2"
VERSION = "0.8.7.3"
end

0 comments on commit b78dea2

Please sign in to comment.