Skip to content

Commit

Permalink
Bump version to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Apr 24, 2024
1 parent 7f23c77 commit c405225
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### 1.4.5 / 2024-04-24

New features:

* Add documentation of TERM.
Issue #80 by rubyFeedback.
* Add MacOS directives to install curses with menu support
Pull request #84 by AlexB52.

Bug fixes:

* Add x permissoin to samples.
Pull request #71 by dvarrui.
* Supress gem installation warning.
Issue #77 by rubyFeedback.
* Ignore Curses::UnknownCommandError.
Issue #79 by rubyFeedback.
* Fix installation problem on macOS (Apple Silicon).
Issue #85 by pusewicz.

### 1.4.4 / 2022-02-03

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion curses.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new { |s|
s.name = "curses"
s.version = "1.4.4"
s.version = "1.4.5"
s.author = ["Shugo Maeda", 'Eric Hodel']
s.email = ["shugo@ruby-lang.org", 'drbrain@segment7.net']
s.homepage = "https://github.com/ruby/curses"
Expand Down

0 comments on commit c405225

Please sign in to comment.