From 6f2b16b343ff78f73093b0a8634ead3d173549cf Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Thu, 26 Jan 2023 10:07:14 -0600 Subject: Bump version to 5.1 for release This version primarily updates the JRuby extension to use SnakeYAML Engine, a newer version of the SnakeYAML library, which also updates YAML support to 1.2. The JRuby extension now also exposes settings for the parser. --- lib/psych/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/psych/versions.rb b/lib/psych/versions.rb index 1042a86..57b7659 100644 --- a/lib/psych/versions.rb +++ b/lib/psych/versions.rb @@ -2,7 +2,7 @@ module Psych # The version of Psych you are using - VERSION = '5.0.2' + VERSION = '5.1.0' if RUBY_ENGINE == 'jruby' DEFAULT_SNAKEYAML_VERSION = '2.6'.freeze -- cgit v1.2.1