Fix netrc one-line parsing and enforce dummy login writes
This commit is contained in:
parent
c24af42fc0
commit
aa4732af7b
4 changed files with 89 additions and 22 deletions
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
Changes yet to be released are documented here.
|
||||
|
||||
## v0.2.1
|
||||
|
||||
- Fix netrc parsing for one-line entries such as `machine ... login ... password ...`
|
||||
- Always write netrc entries as one line with a non-empty login (`dummy`)
|
||||
- Add regression tests for one-line netrc parsing and write format
|
||||
|
||||
## v0.2.0
|
||||
|
||||
- Improve config discovery for server workflows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue