Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed May 29, 2023
1 parent 8453a73 commit 4752bbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
CHANGELOG
# CHANGELOG

## v0.4.0 (2023-05-28)

- Implemented complete Python API
- Migrated to CMake for build
- Migrated to GitHub Actions for CI
- Introduced initial Windows support
- Naming overhaul and standardisation
- Added `AudioGraphConfig`, and support for loading config from file and environmental variables
- Added multiple `Node` subclasses for spatial panning
- Added `signalflow` command-line utility
- Added `signalflow_midi` helper package

## [v0.3.1](https://github.com/ideoforms/signal/tree/v0.3.1) (2018-12-31)
[Full Changelog](https://github.com/ideoforms/signal/compare/v0.3.0...v0.3.1)

**New features:**

Expand All @@ -14,7 +25,6 @@ CHANGELOG
- Monitor: Add support for multichannel monitoring [\#74](https://github.com/ideoforms/signal/issues/74)

## [v0.3.0](https://github.com/ideoforms/signal/tree/v0.3.0) (2018-07-15)
[Full Changelog](https://github.com/ideoforms/signal/compare/v0.2.0...v0.3.0)

**New features:**

Expand All @@ -37,7 +47,6 @@ CHANGELOG
- Naming review [\#44](https://github.com/ideoforms/signal/issues/44)

## [v0.2.0](https://github.com/ideoforms/signal/tree/v0.2.0) (2016-04-17)
[Full Changelog](https://github.com/ideoforms/signal/compare/v0.1.1...v0.2.0)

**New features:**

Expand Down Expand Up @@ -69,7 +78,6 @@ CHANGELOG
- Node: EQ [\#19](https://github.com/ideoforms/signal/issues/19)

## [v0.1.1](https://github.com/ideoforms/signal/tree/v0.1.1) (2016-03-23)
[Full Changelog](https://github.com/ideoforms/signal/compare/v0.1.0...v0.1.1)

**New features:**

Expand Down Expand Up @@ -101,4 +109,4 @@ CHANGELOG
- Raspberry Pi support


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_extension(self, ext):

setup(
name='signalflow',
version='0.0.8',
version='0.4.0',
author='Daniel Jones',
author_email='[email protected]',
description='signalflow',
Expand Down

0 comments on commit 4752bbd

Please sign in to comment.