Skip to content

Commit

Permalink
Release (patch) 0.204.5: fix --yes / -y flag: fixed when working …
Browse files Browse the repository at this point in the history
…from a TTY (#881)

* Interact: fix if is_tty

* CHANGELOG.md: update

* Release (patch): 0.204.5

* Updated yanked crate (futures-util to 0.3.31)
  • Loading branch information
s373r authored Oct 8, 2024
1 parent 320020d commit 5184748
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 164 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Recommendation: for ease of reading, use the following order:
- Fixed
-->

## [Unreleased]
## [0.204.5] - 2024-10-08
### Added
- Postgres implementation for dataset entry and account Re-BAC repositories
### Changed
Expand All @@ -24,6 +24,8 @@ Recommendation: for ease of reading, use the following order:
- Simplified error handling code in repositories
- Hidden part of the test code behind the feature gate
- Updated our crate dependencies so they can be built in isolation
### Fixed
- `--yes / -y` flag: fixed when working from a TTY

## [0.204.4] - 2024-09-30
### Changed
Expand Down
Loading

0 comments on commit 5184748

Please sign in to comment.