Skip to content

Commit 4cf8f90

Browse files
authored
Bump version for ruby 34 (#137)
Release v1.6.0
1 parent 4a3d5ed commit 4cf8f90

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Pry Doc changelog
33

44
### master
55

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+
610
### [v1.5.0][v1.5.0] (January 10, 2024)
711

812
* Added Ruby 3.3 support ([#129](https://github.com/pry/pry-doc/pull/129))

lib/pry-doc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PryDoc
2-
VERSION = '1.5.0'.freeze
2+
VERSION = '1.6.0'.freeze
33
end

0 commit comments

Comments
 (0)