Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jan 5, 2022
1 parent 2daae12 commit 88cf908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
This document provides a high-level view of the changes to the {project-name} by release.
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.

== Unreleased
== 2.3.0 (2022-01-05) - @slonopotamus

* add `Pygments.pygments_version` method to query underlying Pygments version ({uri-repo}/issues/226[#226])
* Add `Pygments.pygments_version` method to query underlying Pygments version ({uri-repo}/issues/226[#226])
* Update Pygments to 2.10.0 ({uri-repo}/issues/234[#234])

== 2.2.0 (2021-03-18) - @slonopotamus
Expand Down
2 changes: 1 addition & 1 deletion lib/pygments/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Pygments
VERSION = '2.2.0'
VERSION = '2.3.0'
end

0 comments on commit 88cf908

Please sign in to comment.