2 parents ec16d96 + dccf664 commit fbca8a1Copy full SHA for fbca8a1
2 files changed
CHANGES
@@ -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
+
7
== 2.1.0 - 08-Aug-2026
8
* Publish platform-specific gem metadata so Linux installs cap2 and current
9
Windows RubyInstaller installs win32-security for ICMP support
lib/net/ping/version.rb
@@ -1,6 +1,6 @@
module Net
class Ping
# The version of the net-ping library.
- VERSION = '2.1.0'
+ VERSION = '2.1.1'
end
0 commit comments