Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 9, 2022
1 parent fc54bc8 commit 9578112
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.2.0](https://github.com/masaakiaoyagi/rspec-context_helper.rb/compare/v0.1.0...v0.2.0) (2022-06-09)


### Features

* add docker files for testing ([58bec40](https://github.com/masaakiaoyagi/rspec-context_helper.rb/commit/58bec4016b8e2df3cb76ead1078a5c753045a93a))
* change metadata and shared context parameter name ([cdb9d17](https://github.com/masaakiaoyagi/rspec-context_helper.rb/commit/cdb9d17ddfdfefb483bd22568f480cce5fc9cc52))
* implement context helper ([aabae85](https://github.com/masaakiaoyagi/rspec-context_helper.rb/commit/aabae8551fc945f7b1a90230426bd4c350a871aa))
* implement metadata and shared optiions ([8f1a8fa](https://github.com/masaakiaoyagi/rspec-context_helper.rb/commit/8f1a8fa68ef55db10eaa9d9c47926f70a65603ef))


### Bug Fixes

* fix to pass _meta and _shared parameters correctly ([2fc7099](https://github.com/masaakiaoyagi/rspec-context_helper.rb/commit/2fc7099f7253f08d8d22dbc2ab00ebd7be875585))
* remove pry-byebug dependency ([c0ca561](https://github.com/masaakiaoyagi/rspec-context_helper.rb/commit/c0ca561655a59fb4f3be1e4d1932a54da3a94743))
2 changes: 1 addition & 1 deletion lib/rspec/context_helper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RSpec
module ContextHelper
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 9578112

Please sign in to comment.