Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
This includes an update to the CHANGELOG.md and README.md for #350.
  • Loading branch information
alunduil committed Nov 24, 2024
1 parent 44e9f66 commit b56d643
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## unreleased

## 4.0.0 -- 2024-11-24

### Added

### Changed

- Change invocations of lz4c to lz4

### Deprecated

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ under the terms of the `BSD-2-Clause` licence. See the [LICENSE] for details.
## Prerequisites

1. A remote system with a ZFS filesystem and the `zfs` command-line tools
1. If using lz4 compression, local and remote systems must have lz4 in their environments
1. SSH access to that remote system
1. If you're not using the root user remotely:
1. Ensure the user can mount filesystems
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ name = "zfs-replicate"
packages = [{include = "zfs"}, {include = "zfs_test", format = "sdist"}]
readme = "README.md"
repository = "https://github.com/alunduil/zfs-replicate"
version = "3.2.13"
version = "4.0.0"

[tool.poetry.dependencies]
click = "^8.1.3"
Expand Down

0 comments on commit b56d643

Please sign in to comment.