Skip to content

Commit fbca8a1

Browse files
authored
Merge pull request #49 from eitoball/release/2.1.1
Prepare 2.1.1 release
2 parents ec16d96 + dccf664 commit fbca8a1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
== 2.1.1 - 16-Aug-2026
2+
* Fix the license format in net-ping.gemspec to use the SPDX identifier
3+
"Artistic-2.0" [#47](https://github.com/eitoball/net-ping/pull/47).
4+
* Exclude CLAUDE.md and docs/ from the packaged gem files
5+
[#48](https://github.com/eitoball/net-ping/pull/48).
6+
17
== 2.1.0 - 08-Aug-2026
28
* Publish platform-specific gem metadata so Linux installs cap2 and current
39
Windows RubyInstaller installs win32-security for ICMP support

lib/net/ping/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Net
22
class Ping
33
# The version of the net-ping library.
4-
VERSION = '2.1.0'
4+
VERSION = '2.1.1'
55
end
66
end

0 commit comments

Comments
 (0)