summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2023-01-26 10:07:14 -0600
committerCharles Oliver Nutter <headius@headius.com>2023-02-07 13:24:26 +0100
commit6f2b16b343ff78f73093b0a8634ead3d173549cf (patch)
tree0e4e023cac675977d694f895c8ee937c2693ec93 /lib
parent104fbe9b56dacaa9c4d02e6da7b22ea8a513c14f (diff)
downloadpsych-6f2b16b343ff78f73093b0a8634ead3d173549cf.tar.gz
Bump version to 5.1 for releasev5.1.0
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/versions.rb2
1 files changed, 1 insertions, 1 deletions
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