Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Oct 14, 2022
1 parent 0f81c30 commit 7eecb51
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@

# 0.6.2 (2022-10-14) -- Hidden secrets

## 🐛 Bug Fixes

- `CredentialManager` no longer splits a credential input prompt into a
prompt message (`ui.message()`) and the actual input (`ui.question()`)
this enables DataLad Gooey to properly render this jointly as an
input dialog with a description.
https://github.com/datalad/datalad-next/pull/113 (by @bpoldrack)

## 💫 Enhancements and new features

- `CredentialManager.get()` and the `credentials` command now also report
credential fragments for which there is no secret on record. This enables
the discovery of DataLad's legacy credentials, and for setting a secret
for them for use with the next credential system. Moreover, it reports
half-configured credentials, and facilitates their clean-up or completion,
for example with DataLad Gooey's credential management GUI.

# 0.6.1 (2022-09-27)

## 💫 Enhancements and new features
Expand Down
8 changes: 0 additions & 8 deletions changelog.d/20221014_145827_michael.hanke_credclean.md

This file was deleted.

0 comments on commit 7eecb51

Please sign in to comment.