Skip to content

Commit dc65327

Browse files
committed
[release] prepare for 0.13.0
1 parent def8609 commit dc65327

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

History.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.13.0
2+
3+
* [fix] ASN1::EndOfContent ancestor hierarchy (#228)
4+
* [fix] handle X509::Name type conversion (#206)
5+
* [fix] handle invalid type when creating `X509::Name`
6+
* [fix] `OpenSSL::X509::Name#inspect` compatibility
7+
* [fix] escaping with `OpenSSL::X509::Name::RFC2253`
8+
* [feat] implement `OpenSSL::X509::Name#to_utf8`
9+
* [fix] compat missing `OpenSSL::SSL::OP_NO_TLSv1_3`
10+
* [refactor] performance - do not encode/decode cert objects
11+
* [fix] make sure `Context.ciphers` are not mutated (#219)
12+
* [feat] support `to_java` conversion for CRL
13+
* [feat] support `to_java` protocol for PKey (#250)
14+
115
## 0.12.2
216

317
* [fix] work-around JRuby 9.2 autoload behavior (#248)

lib/jopenssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JOpenSSL
2-
VERSION = '0.12.3.dev'
2+
VERSION = '0.13.0'
33
BOUNCY_CASTLE_VERSION = '1.68'
44
end
55

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.12.3.dev-SNAPSHOT</version>
14+
<version>0.13.0</version>
1515
<packaging>gem</packaging>
1616
<name>JRuby OpenSSL</name>
1717
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>

0 commit comments

Comments
 (0)