Skip to content

Releases: duyet/grant-rs

0.0.1-beta.6

05 Mar 16:26
df7a737
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/upload-release-asset from 1.0.1 to 1.0.2 by @dependabot in #31
  • chore(deps): update actions/checkout action to v3 by @renovate in #30
  • chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #34
  • chore(deps): update actions-rs/toolchain digest to 88dc235 by @renovate in #32
  • chore(deps): update github/codeql-action action to v2 by @renovate in #33
  • fix(deps): update rust crate serde_yaml to 0.9 by @renovate in #35
  • chore(deps): update serde_yaml requirement from 0.8 to 0.9 by @dependabot in #36
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #40
  • chore(deps): update actions/checkout action to v3 by @renovate in #39
  • chore(deps): update postgres docker tag to v15 by @renovate in #41
  • chore(deps): update swatinem/rust-cache action to v2 by @renovate in #42
  • chore(deps): update actions-rs/toolchain digest to 16499b5 by @renovate in #43
  • chore(deps): update env_logger requirement from 0.9 to 0.10 by @dependabot in #45
  • fix(deps): update rust crate env_logger to 0.10 by @renovate in #44
  • chore(deps): update indoc requirement from 1.0 to 2.0 by @dependabot in #47
  • fix(deps): update rust crate indoc to v2 by @renovate in #46

Full Changelog: 0.0.1-beta.5...0.0.1-beta.6

0.0.1-beta.5

29 May 08:13
ae2572e
Compare
Choose a tag to compare
Update post-release.yaml

0.0.1-beta.4

20 Jan 08:16
6c46bd0
Compare
Choose a tag to compare

What's Changed

  • chore: add test, refactor trait by @duyet in #17
  • feat: inspect perms from current db, schemas, tables by @duyet in #18
  • chore(inspect): refactor to improve performance by @duyet in #19
  • feat: gen-pass support --no-special (no special characters) by @duyet in #20
  • feat: support flag users[*].update_password to force update password by @duyet in #21

Full Changelog: 0.0.1-beta.3...0.0.1-beta.4

Installation

Install via Homebrew:

brew tap duyet/tap
brew install grant

Install via Cargo:

cargo install grant

0.0.1-beta.3

13 Dec 15:06
Compare
Choose a tag to compare

What's Changed

  • feat: support connection from environment variables.
  • feat: generate password and md5(pass + user).
  • chore: improve performance and stability.
  • chore(deps): update dependencies.

Full Changelog: 0.0.1-beta.2...0.0.1-beta.3

Installation

Install via Homebrew:

brew tap duyet/tap
brew install grant

Install via Cargo:

cargo install grant

0.0.1-beta.2

07 Dec 12:41
cda053e
Compare
Choose a tag to compare
0.0.1-beta.2 Pre-release
Pre-release
Merge pull request #10 from duyet/feat/envs