From fc7e79ef1a5c215abe5f3e5ac7d5fdd12dd8b73d Mon Sep 17 00:00:00 2001 From: "FUJI Goro (gfx)" Date: Sun, 11 Dec 2016 13:07:40 +0900 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 11 +++++++++++ lib/pygments/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4035a110..cf82340d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ----------------------------- diff --git a/lib/pygments/version.rb b/lib/pygments/version.rb index d65e2ca3..06bcf6d1 100644 --- a/lib/pygments/version.rb +++ b/lib/pygments/version.rb @@ -1,3 +1,3 @@ module Pygments - VERSION = '0.6.3' + VERSION = '1.0.0' end