We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366bc8f commit 0b5aea2Copy full SHA for 0b5aea2
3 files changed
CHANGELOG.md
@@ -2,9 +2,12 @@
2
3
## Master (Unreleased)
4
5
+## 3.12.0 (2026-01-16)
6
+
7
### Added
8
9
* Allow usage with Byebug 13 (#466).
10
+* Allow pry 0.16 (#462).
11
12
### Removed
13
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- pry-byebug (3.11.0)
+ pry-byebug (3.12.0)
byebug (~> 13.0)
pry (>= 0.13, < 0.17)
lib/pry-byebug/version.rb
@@ -4,5 +4,5 @@
# Main container module for Pry-Byebug functionality
#
module PryByebug
- VERSION = "3.11.0"
+ VERSION = "3.12.0"
end
0 commit comments