Skip to content

Commit

Permalink
[build] prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
whoschek committed Dec 23, 2024
1 parent f43ff29 commit 8dc8e63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ All notable changes to bzfs will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.0] - TBD
## [1.7.0] - December 23, 2024

This release contains performance and documentation enhancements as well as new features, including ...
- bzfs now automatically replicates the snapshots of multiple datasets in parallel for best performance. Similarly, it quickly deletes (or compares) snapshots of multiple datasets in parallel.
- Replication and --delete-dst-snapshots: list snapshots in parallel on src and dst.
- Improved reliability of connection resource cleanup.
- bump --force-hard from undocumented to documented feature.
- Logging readability improvements.
- Also run nightly tests on zfs-2.2.7
- For the full list of changes, see https://github.com/whoschek/bzfs/compare/v1.6.0...v1.7.0

## [1.6.0] - December 2, 2024

Expand Down
2 changes: 1 addition & 1 deletion bzfs/bzfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
from typing import Iterable, Deque, Dict, List, Set, Tuple, Any, Callable, Generator, Generic, ItemsView, Optional
from typing import TypeVar, Union

__version__ = "1.7.0-dev"
__version__ = "1.7.0"
prog_name = "bzfs"
prog_author = "Wolfgang Hoschek"
die_status = 3
Expand Down

0 comments on commit 8dc8e63

Please sign in to comment.