From 38e6c0ba208e03a4c4e1bdc1e4176c87c1483282 Mon Sep 17 00:00:00 2001 From: Woyten Date: Sun, 7 Jun 2020 19:17:06 +0200 Subject: [PATCH] Prepare next version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 +++ microwave/Cargo.toml | 2 +- tune-cli/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff5badc7..0919ba77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2701,7 +2701,7 @@ dependencies = [ [[package]] name = "tune" -version = "0.8.0" +version = "0.9.0" dependencies = [ "assert_approx_eq", ] diff --git a/Cargo.toml b/Cargo.toml index 185397bd..32c28481 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tune" -version = "0.8.0" +version = "0.9.0" authors = ["Woyten "] description = "Explore musical tunings and create synthesizer tuning files for microtonal scales." repository = "https://github.com/Woyten/tune/" diff --git a/README.md b/README.md index 9e1f57b9..7565fe46 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ So far, `tune` offers a CLI and an API with the following features: - Determine the frequency for a given note in a custom tuning system - Determine the note for a given frequency in a custom tuning system - Find fractional approximations for frequency ratios +- EDO scales + - Analyze meantone temperaments + - Find keyboard layouts - Export scales - To Scala (scl and kbm) format - As Midi Tuning Standard (MTS) Sysex Messages diff --git a/microwave/Cargo.toml b/microwave/Cargo.toml index f5a5a5eb..4f542ef0 100644 --- a/microwave/Cargo.toml +++ b/microwave/Cargo.toml @@ -15,5 +15,5 @@ fluidlite-lib = { version = "0.1.2", features = [ "with-sf3" ] } nannou = "0.14.1" nannou_audio = "0.14.0" structopt = "0.3.14" -tune = { version = "0.8.0", path = ".." } +tune = { version = "0.9.0", path = ".." } winit = "0.22.2" \ No newline at end of file diff --git a/tune-cli/Cargo.toml b/tune-cli/Cargo.toml index 0c0770db..67f09f90 100644 --- a/tune-cli/Cargo.toml +++ b/tune-cli/Cargo.toml @@ -17,4 +17,4 @@ path = "src/main.rs" serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.51" structopt = "0.3.13" -tune = { version = "0.8.0", path = ".." } \ No newline at end of file +tune = { version = "0.9.0", path = ".." } \ No newline at end of file