Skip to content

Commit

Permalink
[release] prepare for 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Nov 24, 2024
1 parent aa70e21 commit 29cedb9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.2

* [deps] upgrade BC to version 1.79
* [fix] avoid PKey::EC.new failing with specific DER (#318)
* [fix] have a useful OPENSSL_VERSION_NUMBER

## 0.15.1

* [deps] upgrade BC to version 1.78.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ the JRuby [mailing list][1] or the [bug tracker][2].
| ~>0.12.x | 9.1.x-9.3.x | Java 8-15 | 1.65-1.68 |
| ~>0.13.x | 9.1.x-9.4.x | Java 8-17 | 1.68-1.69 |
| ~>0.14.x | 9.1.x-9.4.x | Java 8-21 | 1.71-1.74 |
| ~>0.15.x | 9.2.x-9.4.x | Java 8-21 | 1.76-1.78 |
| ~>0.15.x | 9.2.x-9.4.x | Java 8-21 | 1.76-1.79 |

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

Expand Down
2 changes: 1 addition & 1 deletion lib/jopenssl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module JOpenSSL
VERSION = '0.15.2.dev'
VERSION = '0.15.2'
BOUNCY_CASTLE_VERSION = '1.79'
end

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
<modelVersion>4.0.0</modelVersion>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.15.2.dev-SNAPSHOT</version>
<version>0.15.2</version>
<packaging>gem</packaging>
<name>JRuby OpenSSL</name>
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
Expand Down

0 comments on commit 29cedb9

Please sign in to comment.