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 4a3d5ed commit 4cf8f90Copy full SHA for 4cf8f90
CHANGELOG.md
@@ -3,6 +3,10 @@ Pry Doc changelog
3
4
### master
5
6
+### [v1.6.0][v1.6.0] (May 20, 2025)
7
+
8
+* Added Ruby 3.4 support ([#132](https://github.com/pry/pry-doc/pull/132))
9
10
### [v1.5.0][v1.5.0] (January 10, 2024)
11
12
* Added Ruby 3.3 support ([#129](https://github.com/pry/pry-doc/pull/129))
lib/pry-doc/version.rb
@@ -1,3 +1,3 @@
1
module PryDoc
2
- VERSION = '1.5.0'.freeze
+ VERSION = '1.6.0'.freeze
end
0 commit comments