[前][次][番号順一覧][スレッド一覧]

ruby-changes:63096

From: Hiroshi <ko1@a...>
Date: Fri, 25 Sep 2020 13:12:03 +0900 (JST)
Subject: [ruby-changes:63096] 8ea1021f19 (master): [ruby/psych] Bump version to 3.2.0

https://git.ruby-lang.org/ruby.git/commit/?id=8ea1021f19

From 8ea1021f1979c04b3cee2a886fb52a914472dd16 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sat, 18 Jul 2020 07:13:54 +0900
Subject: [ruby/psych] Bump version to 3.2.0

https://github.com/ruby/psych/commit/181a727c90

diff --git a/ext/psych/lib/psych/versions.rb b/ext/psych/lib/psych/versions.rb
index 6032105..b357563 100644
--- a/ext/psych/lib/psych/versions.rb
+++ b/ext/psych/lib/psych/versions.rb
@@ -2,7 +2,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/lib/psych/versions.rb#L2
 # frozen_string_literal: true
 module Psych
   # The version of Psych you are using
-  VERSION = '3.1.0'
+  VERSION = '3.2.0'
 
   if RUBY_ENGINE == 'jruby'
     DEFAULT_SNAKEYAML_VERSION = '1.26'.freeze
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]