Skip to content

Commit

Permalink
chore(release): Prepare release 0.6.0 (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines committed Jul 1, 2022
1 parent f6440a5 commit 0b412fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [Unreleased]
No notable changes.

## [0.6.0] - 2022-07-01
### Added
- Support for schema validation in `Cerbos::Client#plan_resources` ([#32](https://github.com/cerbos/cerbos-sdk-ruby/pull/32))

Expand Down Expand Up @@ -33,7 +36,8 @@
### Added
- Initial implementation of `Cerbos::Client` ([#2](https://github.com/cerbos/cerbos-sdk-ruby/pull/2))

[Unreleased]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.2.0...v0.3.0
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cerbos (0.5.0)
cerbos (0.6.0)
grpc (~> 1.46)

GEM
Expand All @@ -11,10 +11,10 @@ GEM
coderay (1.1.3)
commonmarker (0.23.5)
diff-lcs (1.5.0)
google-protobuf (3.20.1)
google-protobuf (3.20.1-x86_64-darwin)
google-protobuf (3.20.1-x86_64-linux)
googleapis-common-protos-types (1.3.1)
google-protobuf (3.21.2)
google-protobuf (3.21.2-x86_64-darwin)
google-protobuf (3.21.2-x86_64-linux)
googleapis-common-protos-types (1.3.2)
google-protobuf (~> 3.14)
grpc (1.46.3)
google-protobuf (~> 3.19)
Expand All @@ -36,7 +36,7 @@ GEM
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.4.0)
regexp_parser (2.5.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
standard (1.12.1)
rubocop (= 1.29.1)
rubocop-performance (= 1.13.3)
unicode-display_width (2.1.0)
unicode-display_width (2.2.0)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
Expand All @@ -97,4 +97,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.13
2.3.17
2 changes: 1 addition & 1 deletion lib/cerbos/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Cerbos
# Current version of the `cerbos` gem.
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit 0b412fd

Please sign in to comment.