Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Dec 11, 2016
1 parent 33b234b commit fc7e79e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
changelog
===========

Version 1.0.0 (2016/12/11)
-----------------------------

* Upgrade bundled pygments to 2.2.0-HEAD [#167](https://github.com/tmm1/pygments.rb/pull/167)
* This includes **incompatible changes* because of upgrade of pygments.
See http://pygments.org/ for details.
* Relax yajl-ruby dependency to "~> 1.2" [#164](https://github.com/tmm1/pygments.rb/pull/164)
* Python binary can be configured by `PYTMENTS_RB_PYTHON` env [#168](https://github.com/tmm1/pygments.rb/pull/168)
* Improved error messages when python binary is missing [#158](https://github.com/tmm1/pygments.rb/pull/158)


Version 0.5.4 (Nov 3, 2013)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/pygments/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pygments
VERSION = '0.6.3'
VERSION = '1.0.0'
end

0 comments on commit fc7e79e

Please sign in to comment.