Skip to content

Commit

Permalink
chore(release): Prepare release 0.3.0 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Haines <[email protected]>
  • Loading branch information
haines authored May 13, 2022
1 parent a50b468 commit 5928b46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.3.0] - 2022-05-13
### Added
- More helper methods ([#11](https://github.com/cerbos/cerbos-sdk-ruby/pull/11))
- `Cerbos::Client#allow?` for checking a single action on a resource
Expand All @@ -12,6 +15,7 @@
### 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.2.0...HEAD
[Unreleased]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/cerbos/cerbos-sdk-ruby/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/cerbos/cerbos-sdk-ruby/compare/4481009e9dec2e1e6a2df8ea2f828690ceabbefc...v0.1.0
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:
cerbos (0.3.0.pre.dev)
cerbos (0.3.0)
grpc (~> 1.46)

GEM
Expand Down
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.3.0-dev"
VERSION = "0.3.0"
end

0 comments on commit 5928b46

Please sign in to comment.