Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Create RELEASES.md and update Cargo.toml. (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterPenninckx authored Aug 28, 2020
1 parent 3a29506 commit 6424669
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsynth"
version = "0.1.0"
version = "0.1.1"
authors = ["Alexander Lozada <[email protected]>", "Pieter Penninckx"]
description = "A library for developing audio plugins and applications, with a focus on software synthesis."
license = "MIT OR BSD-3-Clause"
Expand Down
22 changes: 22 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Version 0.1.1
=============
* Clarify copyright (MIT/3 clause BSD) (synchronise Cargo.toml with README.md).
* Deprecate envelopes.
* Polyphony has been deprecated in favour of the `polyphony` crate.
* Move from the `sample` crate to `dasp_sample` to reduce compile times a little.
* Re-export jack-specific data types to make it easier to upgrade `jack` without breaking things.
* Give access to jack backend in callbacks.
* Implement `Display` and `Error` for `HoundAudioError` and for `CombinedError`.

Version 0.1.0
=============
* Add support for jack as a backend
* Add an abstraction for audio buffers
* Add support for offline rendering
* Add a backend independent mechanism for specifying meta-data. It also has a “user friendly” way for specifying the meta-data.
* Lots of edits to the documentation
* Lots and lots of refactoring big and small

Version 0.0.1
=============
Initial release.

0 comments on commit 6424669

Please sign in to comment.