[DRE-commits] [ruby-org] 288/303: Bump version to 0.8.0

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:14 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit 018286054861ed13cc0e5ecddf450f6a995bdeb8
Author: Waldemar Quevedo <waldemar.quevedo at gmail.com>
Date:   Sun Feb 10 21:27:42 2013 +0900

    Bump version to 0.8.0
---
 History.txt      |   10 ++++++++++
 announcement.txt |   13 ++++++++-----
 lib/org-ruby.rb  |    2 +-
 org-ruby.gemspec |    2 +-
 4 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/History.txt b/History.txt
index 581989e..c468f71 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,13 @@
+== 0.8.0 / 2013-02-10
+
+* A lot of refactoring work and bugfixes contributed by vonavi (many thanks!)
+* Raw HTML is supported with #+html 
+* Code indentation for code blocks is fixed now
+* Support for definition lists is improved
+* Bugfix for when including headlines in center and quote blocks.
+* Indentation of HTML output improved
+* Improvements to entities support for Textile and HTML outputs
+
 == 0.7.2 / 2012-10-07
 
 * Many fixes to the regular expressions used for emphasis, contributed by [[http://github.com/vonavi][vonavi]]
diff --git a/announcement.txt b/announcement.txt
index 9843a1c..d16751f 100644
--- a/announcement.txt
+++ b/announcement.txt
@@ -1,4 +1,4 @@
-org-ruby version 0.7.2
+org-ruby version 0.8.0
     by Brian Dewey
     http://github.com/bdewey/org-ruby
 
@@ -10,7 +10,10 @@ HTML or textile.
 
 == CHANGES
 
-* Many fixes to the regular expressions used for emphasis, contributed by [[http://github.com/vonavi][vonavi]]
-* Bug fix for when a table starts with a headline, thanks to [[http://github/til][til]]
-* Asterisk can be used for definition lists too
-* Use text lexer as default option for Pygments and Coderay when no language is specified
+* A lot of refactoring work and bugfixes contributed by vonavi (many thanks!)
+* Raw HTML is supported with #+html 
+* Code indentation for code blocks is fixed now
+* Support for definition lists is improved
+* Bugfix for when including headlines in center and quote blocks.
+* Indentation of HTML output improved
+* Improvements to entities support for Textile and HTML outputs
diff --git a/lib/org-ruby.rb b/lib/org-ruby.rb
index 716afe6..6e38796 100644
--- a/lib/org-ruby.rb
+++ b/lib/org-ruby.rb
@@ -21,7 +21,7 @@ require 'org-ruby/tilt'
 module OrgRuby
 
   # :stopdoc:
-  VERSION = '0.7.2'
+  VERSION = '0.8.0'
   LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
   PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
   # :startdoc:
diff --git a/org-ruby.gemspec b/org-ruby.gemspec
index 77bc200..8987878 100644
--- a/org-ruby.gemspec
+++ b/org-ruby.gemspec
@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = "org-ruby"
-  s.version = "0.7.2"
+  s.version = "0.8.0"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Brian Dewey"]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list