We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75a62d commit d513da6Copy full SHA for d513da6
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Changelog
2
3
-
4
5
## Version 0.1.5
6
+### Changed
+- Moved Hydra management code from `src/adaup/__init__.py` to `src/adaup/commands/hydra.py`.
7
+- Refactored Hydra-related functions into individual, more focused functions within `src/adaup/commands/hydra.py`.
8
+- Removed non-download related functions from `src/adaup/download/hydra.py`.
9
+
10
### Added
11
- Add `reset` command to hydra to reset head and restart hydra without reseting keys.
12
0 commit comments