ChangeLog.md in ruby-nmap-1.0.2 vs ChangeLog.md in ruby-nmap-1.0.3

- old
+ new

@@ -1,4 +1,13 @@ +### 1.0.3 / 2024-01-25 + +* Switched to using `require_relative` to improve load-times. +* Added `# frozen_string_literal: true` to all files. + +#### Nmap::Command + +* The `--mtu` option now accepts an option numeric value. + ### 1.0.2 / 2023-09-01 #### Nmap::Command * Fixed a typo in the `--unprivileged` option mapping.