Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
Breaking Changes:
- Use --json for ip command output #251

Added:
- Add network interface loopback #254
- Add LinuxAdmin::NetworkInterface.list #249

Changed:
- Parse config file on NetworkInterface#reload #253

Test:
- Use ruby 3.1 and rails 7 for code coverage #250
- Fix rubocop warnings in NetworkInterface Spec #252
- Update paambaati/codeclimate-action action to v8 #248
  • Loading branch information
bdunne committed Aug 13, 2024
1 parent 2881257 commit c15506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linux_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LinuxAdmin
VERSION = "3.0.0".freeze
VERSION = "4.0.0".freeze
end

0 comments on commit c15506b

Please sign in to comment.