Skip to content

Commit

Permalink
Release v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed May 2, 2023
1 parent 01b0bf7 commit a7d7c3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
from .spec_augmentations.spec_channel_shuffle import SpecChannelShuffle
from .spec_augmentations.spec_frequency_mask import SpecFrequencyMask

__version__ = "0.29.0"
__version__ = "0.30.0"
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project 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).

## [0.30.0] - 2023-05-02

### Added

* Add `AdjustDuration` transform

### Fixed

* Fix a bug where too loud inputs got wrap distortion when running them through `Mp3Compression`

## [0.29.0] - 2023-03-15

### Added
Expand Down

0 comments on commit a7d7c3e

Please sign in to comment.