Skip to content

Commit

Permalink
Release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Aug 17, 2022
1 parent 77b5830 commit 094a097
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

## Version 0.15.0 - 2022-08-16

* Add `--affected` filter to `cobra ls` and `cobra exec`, to target all components affected by changes since given branch [#80](https://github.com/powerhome/cobra_commander/pull/80)
* Allows a comma separated list of components on `cobra ls` and `cobra exec` instead of a single component [#79](https://github.com/powerhome/cobra_commander/pull/79)
* Resolve YARN dependencies based on yarn workspaces info workspaceDependencies [#81](https://github.com/powerhome/cobra_commander/pull/81)
* Fix cbra.info links [#70](https://github.com/powerhome/cobra_commander/pull/70)
* Replace standardrb by rubocop-powerhome [#78](https://github.com/powerhome/cobra_commander/pull/78)

## Version 0.14.0 - 2021-11-24

Expand Down
2 changes: 1 addition & 1 deletion lib/cobra_commander/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CobraCommander
VERSION = "0.14.0"
VERSION = "0.15.0"
end

0 comments on commit 094a097

Please sign in to comment.