Skip to content

Commit d3b8aae

Browse files
committed
Bump version to 1.4.2
1 parent 12eaa66 commit d3b8aae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.4.2 / 2021-06-14
2+
3+
New features:
4+
5+
* Added samples for addch, attron, mouse tracking and colors.
6+
Pull request #62 by coezbek.
7+
18
### 1.4.1 / 2021-05-22
29

310
Bug fixes:

curses.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new { |s|
22
s.name = "curses"
3-
s.version = "1.4.1"
3+
s.version = "1.4.2"
44
s.author = ["Shugo Maeda", 'Eric Hodel']
55
s.email = ["shugo@ruby-lang.org", 'drbrain@segment7.net']
66
s.homepage = "https://github.com/ruby/curses"

0 commit comments

Comments
 (0)