Skip to content

Commit b44d2a1

Browse files
committed
Bump the version to 1.2.7
1 parent 1f41cd7 commit b44d2a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
1.2.7
2+
-----
33

44
- Add `IPAddr#to_json/as_json` [\#77](https://github.com/ruby/ipaddr/pull/77) ([taketo1113](https://github.com/taketo1113))
55
- Consider IPv4-mapped IPv6 addresses link local/loopback if IPV4 address is private [\#65](https://github.com/ruby/ipaddr/pull/65) ([Earlopain](https://github.com/Earlopain))

lib/ipaddr.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
4141

4242
class IPAddr
43-
VERSION = "1.2.6"
43+
VERSION = "1.2.7"
4444

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

0 commit comments

Comments
 (0)