Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Oct 16, 2023
1 parent d8f695c commit 9634a88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changes for each release are listed in this file.

This project adheres to [Semantic Versioning](https://semver.org/) for its releases.

## v0.8.0 (2023-10-15)

[Full Changelog](https://github.com/main-branch/sheets_v4/compare/v0.7.0..v0.8.0)

Changes since v0.7.0:

* d8f695c Add extensions to Google::Apis::SheetsV4 classes (#26)
* ed2dc0e Show the cop names on Rubocop offenses when Rubocop is run from Rake (#25)
* c5bfcc1 Group the SheetsV4 methods in the Yard Docs to make them easier to find (#24)

## v0.7.0 (2023-10-08)

[Full Changelog](https://github.com/main-branch/sheets_v4/compare/v0.6.0..v0.7.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/sheets_v4/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module SheetsV4
# The version of this gem
VERSION = '0.7.0'
VERSION = '0.8.0'
end

0 comments on commit 9634a88

Please sign in to comment.