Skip to content

Commit

Permalink
[build] prep for release
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Hoschek <[email protected]>
  • Loading branch information
whoschek committed Jan 4, 2025
1 parent 46f36fc commit cd98af6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ name: Tests

on:
push:
branches: [ "main", "branch-1.8.x", "branch-1.7.x", "branch-1.6.x", "branch-1.5.x", "branch-1.4.x", "branch-1.3.x" ]
branches: [ "main", "branch-1.10.x", "branch-1.9.x", "branch-1.8.x", "branch-1.7.x", "branch-1.6.x" ]
pull_request:
branches: [ "main", "branch-1.8.x", "branch-1.7.x", "branch-1.6.x", "branch-1.5.x", "branch-1.4.x", "branch-1.3.x" ]
branches: [ "main", "branch-1.10.x", "branch-1.9.x", "branch-1.8.x", "branch-1.7.x", "branch-1.6.x" ]
workflow_dispatch:
inputs:
name:
Expand Down
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog
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).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.0] - TBD
## [1.8.0] - January 4, 2025

This release contains performance and documentation enhancements as well as new features, including ...
- Substantially improved SSH connection latency
- Improved latency in local mode
- Parse pv log file correctly even if a locale specific number contains a "," instead of a "." as decimal point
- Use more human-readable formatting for durations and bytes transferred.
- Also run nightly tests on FreeBSD-14.2
- For the full list of changes, see https://github.com/whoschek/bzfs/compare/v1.7.0...v1.8.0

## [1.7.0] - December 23, 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.8.0-dev"
__version__ = "1.8.0"
prog_name = "bzfs"
prog_author = "Wolfgang Hoschek"
die_status = 3
Expand Down

0 comments on commit cd98af6

Please sign in to comment.