We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c980e commit 9d4c3e0Copy full SHA for 9d4c3e0
CHANGELOG.adoc
@@ -5,7 +5,7 @@
5
This document provides a high-level view of the changes to the {project-name} by release.
6
For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub.
7
8
-== Unreleased
+== 2.0.0.rc3 (2021-01-08) - @slonopotamus
9
10
* fix watchdog race condition leading to `ThreadError(<killed thread>)` on JRuby ({uri-repo}/pull/215[#215])
11
lib/pygments/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Pygments
4
- VERSION = '2.0.0.rc2'
+ VERSION = '2.0.0.rc3'
end
0 commit comments