Skip to content

Commit

Permalink
v0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmammina committed Dec 15, 2021
1 parent 7cdfe5c commit 82f7b08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Kanrisuru 0.16.0 (December 14, 2021) ##
* Fix `append_array` for the `Kanrisuru::Command` class with negated check on Array type.
* Add `to_f` method for `Kanrisuru::Command` and `Kanrisuru::Result` with unit test cases.
* Refactor `lsblk_version` into seperate command namespace with it's own parser.
* Add functional test cases for several core modules.
* Add `return_value` option to `stub_command!` method for non-result return methods. These are few and far between, but need to be tested appropriately.
* Refactor several core modules with use of `command` calls for legibility.
* Fix several issues with `create_user`, `update_user`, and `delete_user`.

## Kanrisuru 0.15.0 (December 13, 2021) ##
* Add opts for `ip` command.
* Refactor `ip` object commands into smaller methods. Refactor `version` for consistent use and stub ability in funcitonal test cases.
Expand Down
2 changes: 1 addition & 1 deletion lib/kanrisuru/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Kanrisuru
VERSION = '0.15.0'
VERSION = '0.16.0'
end

0 comments on commit 82f7b08

Please sign in to comment.