Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmammina committed Dec 5, 2021
1 parent 76b19c6 commit f4262aa
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.12.0 (December 05, 20201) ##
* Add functional test cases for `mount` command.
* Fix typos and command preperation for `mount` command.
* Refactor `os_package` module into smaller modules for `Kanrisuru::OsPackage::Collection`, `Kanrisuru::OsPackage::Define`, and `Kanrisuru::OsPackage::Include`.
* Add `append_array` to `command` class for easy string to array conversion for variable option passing.
* Cleanup bad coding styles.
* Add parallel testing support for long running integration tests on remote servers.
* Refactor specs to use variable spec_dir path for parallel testing on remote hosts with possible overwriting at the same time.

## Kanrisuru 0.11.1 (December 04, 2021) ##
* Cleanup self-assignment branches
* Fix linting issues.
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.11.1'
VERSION = '0.12.0'
end

0 comments on commit f4262aa

Please sign in to comment.