Skip to content

Latest commit

 

History

History
294 lines (192 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

294 lines (192 loc) · 12.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.7 (2023-12-13)

Chore

  • update azure dependencies

New Features

  • update tabled to 0.11.1

Bug Fixes

  • broken scope azure credential

Other

  • broken az login

Commit Statistics

  • 9 commits contributed to the release over the course of 238 calendar days.
  • 258 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #136 from jvanbuel/feat/helpful-devops-login-error-message (fd078bc)
    • Add helpful devops help message (85e0310)
    • Merge pull request #135 from jvanbuel/to-fix-broken-az-login (04c1247)
    • Broken scope azure credential (845ab8a)
    • Broken az login (afc3f15)
    • Update azure dependencies (ffaeac7)
    • Merge pull request #49 from oliverw1/patch-1 (4a54c85)
    • Add newline to .env so it becomes a "real" file (536b4b8)
    • Update tabled to 0.11.1 (00d9c7d)

0.3.6 (2023-03-30)

Bug Fixes

  • breaking tests
  • breaking changes azure_identity

Commit Statistics

  • 4 commits contributed to the release over the course of 69 calendar days.
  • 83 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Breaking tests (1359386)
    • Breaking changes azure_identity (efe490c)
    • Merge pull request #2 from jvanbuel/fix-pattrick-create-stdout (8222027)
    • Only print token to std-out when creating tokens (4ddabab)

0.3.5 (2023-01-05)

Other

  • don't request ad token for version command

Commit Statistics

  • 1 commit contributed to the release.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Don't request ad token for version command (c073406)

0.3.4 (2023-01-03)

Bug Fixes

  • add tokio_test blocking thread for async doc examples
  • remove trailing and leading quotes of scopes

Commit Statistics

  • 3 commits contributed to the release over the course of 1 calendar day.
  • 1 day passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Add tokio_test blocking thread for async doc examples (3519844)
    • Remove trailing and leading quotes of scopes (f533d43)
    • Remove rustdoc missing doc code feature (4e41d62)

0.3.3 (2023-01-02)

New Features

  • use version of the implementation crate instead of clap crate

Other

  • activate tar feature flags self_update

Commit Statistics

  • 2 commits contributed to the release.
  • 1 day passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use version of the implementation crate instead of clap crate (74e3abd)
    • Activate tar feature flags self_update (8eb0b74)

0.3.2 (2022-12-31)

Bug Fixes

  • Change output destination of fig autocomplete generation script to target directory

0.3.1 (2022-12-31)

New Features

  • add documentation and small refactorings to improve UX

Commit Statistics

  • 1 commit contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Add documentation and small refactorings to improve UX (6be2336)

0.3.0 (2022-12-30)

New Features

  • use enums for token scope
  • possibility of removal by name instead of id
  • support multiple scopes for PAT creation
  • add logging
  • add azure auto-login if no credentials are found

Commit Statistics

  • 13 commits contributed to the release over the course of 2 calendar days.
  • 64 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Support multiple scopes for PAT creation (1db6804)
    • Rename github.rs to release.rs (bbbdc86)
    • Add tests for custom deserializer (3132980)
    • Add logging (13d2d91)
    • Refactor crud (c805e18)
    • Custom deserialization for scopes (9559315)
    • Refactor (f32690e)
    • Use enums for token scope (b202c5a)
    • Possibility of removal by name instead of id (641778a)
    • Implement paging for list operation (5c5fba1)
    • Remove emoji dependency (89a3095)
    • Add azure auto-login if now credentials are found (aa40f7a)
    • Save progress (dea5ce2)

v0.2.0 (2022-10-27)

Commit Statistics

  • 4 commits contributed to the release.
  • 16 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Add multiple targets in makefile (2547137)
    • Split clap cli into different crate for fig spec generation (949f90b)
    • Fix bug with write offset (f97a746)
    • Create .netrc if it does not exist (69da6d3)

v0.1.0 (2022-10-10)

Commit Statistics

  • 12 commits contributed to the release over the course of 6 calendar days.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details