Skip to content

Commit

Permalink
Bump some versions, release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharph committed Sep 8, 2024
1 parent 056ee2e commit 123761a
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 0.2.0

* Add "Add", "Subtract", "Multiply" and "Non-Linear" modules
* Add trigger-only pattern sequencer
* Allow "slide" notes in sequencer
* Create modules in center of screen instead of fixed location on workspace (#10)

## 0.1.0

* Initial release
94 changes: 80 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s-rack"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/sharph/s-rack"
authors = ["Sharp Hall <[email protected]>"]
Expand Down Expand Up @@ -33,7 +33,7 @@ rmp-serde = "1.3.0"

# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
env_logger = "0.10"
env_logger = "0.11.5"
futures = "0.3.30"

# web:
Expand All @@ -42,7 +42,7 @@ wasm-bindgen-futures = "0.4"

# to access the DOM (to hide the loading text)
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.4"
version = "0.3.70"

# The profile that 'cargo dist' will build with
[profile.dist]
Expand Down

0 comments on commit 123761a

Please sign in to comment.