Skip to content

Commit 29cedb9

Browse files
committed
[release] prepare for 0.15.2
1 parent aa70e21 commit 29cedb9

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.15.2
2+
3+
* [deps] upgrade BC to version 1.79
4+
* [fix] avoid PKey::EC.new failing with specific DER (#318)
5+
* [fix] have a useful OPENSSL_VERSION_NUMBER
6+
17
## 0.15.1
28

39
* [deps] upgrade BC to version 1.78.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ the JRuby [mailing list][1] or the [bug tracker][2].
2828
| ~>0.12.x | 9.1.x-9.3.x | Java 8-15 | 1.65-1.68 |
2929
| ~>0.13.x | 9.1.x-9.4.x | Java 8-17 | 1.68-1.69 |
3030
| ~>0.14.x | 9.1.x-9.4.x | Java 8-21 | 1.71-1.74 |
31-
| ~>0.15.x | 9.2.x-9.4.x | Java 8-21 | 1.76-1.78 |
31+
| ~>0.15.x | 9.2.x-9.4.x | Java 8-21 | 1.76-1.79 |
3232

3333
NOTE: backwards JRuby compatibility was not handled for versions <= **0.9.6**
3434

lib/jopenssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JOpenSSL
2-
VERSION = '0.15.2.dev'
2+
VERSION = '0.15.2'
33
BOUNCY_CASTLE_VERSION = '1.79'
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.15.2.dev-SNAPSHOT</version>
14+
<version>0.15.2</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)