Skip to content

Commit

Permalink
Merge branch 'main' into ps/improve-bindings-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Dec 14, 2023
2 parents 14c8690 + a8ebf5a commit c944c5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions crates/bws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Ability to output secrets in an `env` format with `bws` (#320)

## [0.3.1] - 2023-10-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion languages/ruby/bitwarden_sdk/lib/bitwarden-sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def initialize(bitwarden_settings)
)

@bitwarden = BitwardenLib
@handle = @bitwarden.init(client_settings.to_json)
@handle = @bitwarden.init(client_settings.to_dynamic.compact.to_json)
@command_runner = CommandRunner.new(@bitwarden, @handle)
@project_client = ProjectsClient.new(@command_runner)
@secrets_client = SecretsClient.new(@command_runner)
Expand Down

0 comments on commit c944c5e

Please sign in to comment.