Skip to content

Commit

Permalink
Merge pull request #224 from looker-open-source/release-please--branc…
Browse files Browse the repository at this point in the history
…hes--main--components--gazer

chore(main): release 0.3.11
  • Loading branch information
drstrangelooker authored Sep 29, 2023
2 parents e3a7e88 + f18242d commit d7b9d10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.11](https://github.com/looker-open-source/gzr/compare/v0.3.10...v0.3.11) (2023-09-29)


### Features

* Tech debt removal for better testing ([#223](https://github.com/looker-open-source/gzr/issues/223)) ([e3a7e88](https://github.com/looker-open-source/gzr/commit/e3a7e889fe020a4a1a5f496b634b11cf96c3028f))

## [0.3.10](https://github.com/looker-open-source/gzr/compare/v0.3.9...v0.3.10) (2023-06-28)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gazer (0.3.10)
gazer (0.3.11)
faraday (~> 2.7.8)
faraday-multipart (~> 1.0)
looker-sdk (~> 0.1.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/gzr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

module Gzr
VERSION = '0.3.10'.freeze
VERSION = '0.3.11'.freeze
end

0 comments on commit d7b9d10

Please sign in to comment.