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.
- update azure dependencies
- update tabled to 0.11.1
- broken scope azure credential
- broken az login
- 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
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
)
- Merge pull request #136 from jvanbuel/feat/helpful-devops-login-error-message (
- breaking tests
- breaking changes azure_identity
- 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
view details
- don't request ad token for version command
- 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
view details
- Uncategorized
- Don't request ad token for version command (
c073406
)
- Don't request ad token for version command (
- add tokio_test blocking thread for async doc examples
- remove trailing and leading quotes of scopes
- 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
view details
- use version of the implementation crate instead of clap crate
- activate tar feature flags self_update
- 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
view details
- Change output destination of fig autocomplete generation script to target directory
- add documentation and small refactorings to improve UX
- 1 commit contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Add documentation and small refactorings to improve UX (
6be2336
)
- Add documentation and small refactorings to improve UX (
- 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
- 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
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
)
- Support multiple scopes for PAT creation (
- 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
view details
- 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
view details
- Uncategorized
- Split between lib and cli (
adceb87
) - Support for .netrc file (
ef9805b
) - Support for .env file (
0c26794
) - Use chrono for timestamp (
4fd6eef
) - Basic functionality done (
61d0fb0
) - Experiment with tabled (
4291de0
) - Progress on list (
c8cdb95
) - Progress (
fcf43d5
) - Refactor (
d552012
) - Expand clap commands (
308b365
) - Add clap config (
9b30edd
) - Initial commit (
020da8c
)
- Split between lib and cli (