Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update twang requirement from 0.7 to 0.9 #48

Open
wants to merge 1 commit into
base: v0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Updates the requirements on twang to permit the latest version.

Changelog

Sourced from twang's changelog.

[0.9.0] - 2022-10-23

Changed

  • Bump MSRV to 1.60.0
  • Documentation improvements

[0.8.0] - 2022-02-03

Added

  • no-std support
  • ops module for auditory effects previously provided by Signal
  • osc module for basic oscillators previously provided by Signal
  • Synth::stream() (needed now that the Stream trait is gone)

Changed

  • Update to fon version 0.6
  • Move Pink to noise::Pink
  • Move White to noise::White
  • Rename Pink::noise() to Pink::step()
  • Rename White::noise() to Pink::step()
  • Move Room to ops::Room
  • Rename Room::gen() to Room::step()
  • Room::add() now takes seconds instead of samples for time parameter

Removed

  • Signal - fon::Ch32 is now used instead
  • Mix trait, you can now use fon::Frame::pan() to mix instead
  • Synth::params()
  • Fc - no longer any global synthesis state

[0.7.0] - 2021-01-17

Changed

  • Update to fon version 0.5

[0.6.0] - 2020-12-30

Added

  • Synth now implements fon::Stream
  • Synth::params()

Changed

  • Synth::new now takes an additional parameter for parameterizing synthesis, and rather than taking a closure takes a function.
  • Update fon to version 0.4
  • Signal::to_mono() now always return Ch64 rather than being generic.

Removed

  • Synth::gen()

[0.5.0] - 2020-12-19

Changed

  • Update fon to version 0.3

... (truncated)

Commits
  • 00dfee3 Prepare new version release
  • b164f18 Add more WIP tutorial content
  • d79440f Add some content to the twang tutorial
  • d0a9014 Bump MSRV to 1.60.0
  • 7ce2477 Create mdbook tutorial
  • 7516644 Start experimenting with new SynthBuilder design
  • 91042e2 Add rust structs to represent schema
  • b3ce728 Change twang schema
  • fd5b411 First attempt at twang data-oriented format design.
  • 1031ea4 Add build.rs to Cargo.toml include
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [twang](https://github.com/AldaronLau/twang) to permit the latest version.
- [Release notes](https://github.com/AldaronLau/twang/releases)
- [Changelog](https://github.com/AldaronLau/twang/blob/stable/CHANGELOG.md)
- [Commits](NibbleRealm/twang@v0.7.0...v0.9.0)

---
updated-dependencies:
- dependency-name: twang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants