We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e4813 commit 31458e7Copy full SHA for 31458e7
2 files changed
CHANGELOG
@@ -1,5 +1,6 @@
1
-Unreleased:
+3.1.19 June 22 2023
2
- Deprecate passing the third argument to `BCrypt::Engine.hash_secret` [GH #207 by @sergey-alekseev]
3
+ - Add GC guards so the C compiler won't optimize out references [GH #270]
4
5
3.1.18 May 16 2022
6
- Unlock GVL when calculating hashes and salts [GH #260]
bcrypt.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'bcrypt'
- s.version = '3.1.18'
+ s.version = '3.1.19'
s.summary = "OpenBSD's bcrypt() password hashing algorithm."
s.description = <<-EOF
0 commit comments