Skip to content

Commit

Permalink
Release v4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 24, 2024
1 parent 153d6c9 commit d03439f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Irbtools Changelog

## 4.0.8 (unreleased)
## 4.0.8

* Require IRB 1.11
* Fix "NameError: uninitialized constant IRB::ExtendCommand::Nop"
* Bump core_docs gem

## 4.0.7

Expand Down
2 changes: 1 addition & 1 deletion lib/irbtools/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Irbtools
VERSION = "4.0.7"
VERSION = "4.0.8"
end

0 comments on commit d03439f

Please sign in to comment.