Skip to content

Commit f17f68b

Browse files
committed
Bump the version to 1.2.9
1 parent 53b9303 commit f17f68b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.2.9
2+
-----
3+
4+
- Fix IPAddr#== returning true when compared with nil for 0.0.0.0 and :: [\#76](https://github.com/ruby/ipaddr/pull/76) ([taketo1113](https://github.com/taketo1113))
5+
- Fix IPAddr#private?, #link_local? and #loopback? incorrectly matching public IPv6 addresses as IPv4-mapped [\#106](https://github.com/ruby/ipaddr/pull/106) ([jarthod](https://github.com/jarthod))
6+
- Follow-up fix for InvalidAddressError messages [\#92](https://github.com/ruby/ipaddr/pull/92) ([taketo1113](https://github.com/taketo1113))
7+
18
1.2.8
29
-----
310

lib/ipaddr.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
class IPAddr
4343
# The version string
44-
VERSION = "1.2.8"
44+
VERSION = "1.2.9"
4545

4646
# 32 bit mask for IPv4
4747
IN4MASK = 0xffffffff

0 commit comments

Comments
 (0)