Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Sep 13, 2023
1 parent d71e128 commit bb3648a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build Wheels
env:
CIBW_ARCHS: "auto64"
CIBW_SKIP: "cp36-* cp37-* cp310-win* cp311-win*"
CIBW_SKIP: "cp36-* cp37-* cp310-win* cp311-win* cp312-*"
run: |
python -m pip install cibuildwheel
python -m cibuildwheel --output-dir wheelhouse
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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).

## [0.2.1] - 2023-09-13

### Changed

* Add support for different length arrays in `align_delayed_signal_with_reference`. The API remains unchanged.

## [0.2.0] - 2023-07-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion fast_align_audio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .alignment import find_best_alignment_offset, align_delayed_signal_with_reference

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit bb3648a

Please sign in to comment.